#464DD2

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

Shades of Free Speech Blue #464DD2

Tints of Free Speech Blue #464DD2

Color information

#464DD2 (or 0x464DD2) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4D and D2. RGB value is (70,77,210). Sum of RGB (Red+Green+Blue) = 70+77+210=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 210 (82.42% from 255 or 58.82% from 357); Max value from RGB is 210 - color contains mainly: blue. Hex color #464DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DD2 is #B9B22D. Grayscale: #595959. Windows color (decimal): -12169774 or 13782342. OLE color: 13782342.

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

Color convert

RGB7077210-
CMYK0.670.6300.18
HSL237º60.87%54.9%-
HSV(B)237º66.67%82.35%-
XYZ16.8111.2662.26-
YUV90.07195.68113.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.61%
GREEN value IS 77 (30.47% from 255) = 21.57%
BLUE value IS 210 (82.42% from 255) = 58.82%
R=19.61%
G=21.57%
B=58.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal70772100.670.6300.1823760.8754.9
Hex464DD2433F012ed3d37
Octal106115322103770223557567
Binary1000110100110111010010100001111111101001011101101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,77,210); }

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

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

 a { background-color: rgb(70,77,210); }

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

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

 span { border-color: rgb(70,77,210); }

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