#464FD3

Color #464FD3 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #464FD3

Tints of Free Speech Blue #464FD3

Color information

#464FD3 (or 0x464FD3) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4F and D3. RGB value is (70,79,211). Sum of RGB (Red+Green+Blue) = 70+79+211=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 211 (82.81% from 255 or 58.61% from 360); Max value from RGB is 211 - color contains mainly: blue. Hex color #464FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FD3 is #B9B02C. Grayscale: #5A5A5A. Windows color (decimal): -12169261 or 13848390. OLE color: 13848390.

HSL color Cylindrical-coordinate representation of color #464FD3: hue angle of 236.17º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #464FD3 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7079211-
CMYK0.670.6300.17
HSL236.17º61.57%55.1%-
HSV(B)236.17º66.82%82.75%-
XYZ17.0811.662.97-
YUV91.36195.52112.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 19.44%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 211 (82.81% from 255) = 58.61%
R=19.44%
G=21.94%
B=58.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal70792110.670.6300.17236.1761.5755.1
Hex464FD3433F011ec3e37
Octal106117323103770213547667
Binary1000110100111111010011100001111111101000111101100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464FD3; }

 p { color: rgb(70,79,211); }

 H1.HeaderClassName
 {
   color: #464FD3;
 }
 .AnyTagClassName
 {
   color: #464FD3;
 }
</style>
background-color css

<style>
 a { background-color: #464FD3; }

 a { background-color: rgb(70,79,211); }

 div.DivClassName
 {
   background-color: #464FD3;
 }
 .BgClassName
 {
   background-color: #464FD3;
 }
</style>
border-color css

<style>
 span { border-color: #464FD3; }

 span { border-color: rgb(70,79,211); }

 td.TdClassName
 {
   border-color: #464FD3;
 }
 .TagClassName
 {
   border-color: #464FD3;
 }
</style>