#464CB5

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

Shades of Free Speech Blue #464CB5

Tints of Free Speech Blue #464CB5

Color information

#464CB5 (or 0x464CB5) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4C and B5. RGB value is (70,76,181). Sum of RGB (Red+Green+Blue) = 70+76+181=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 181 (71.09% from 255 or 55.35% from 327); Max value from RGB is 181 - color contains mainly: blue. Hex color #464CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CB5 is #B9B34A. Grayscale: #555555. Windows color (decimal): -12170059 or 11881542. OLE color: 11881542.

HSL color Cylindrical-coordinate representation of color #464CB5: hue angle of 236.76º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #464CB5 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7076181-
CMYK0.610.5800.29
HSL236.76º44.22%49.22%-
HSV(B)236.76º61.33%70.98%-
XYZ13.459.8144.9-
YUV86.18181.51116.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 76 (30.08% from 255) = 23.24%
BLUE value IS 181 (71.09% from 255) = 55.35%
R=21.41%
G=23.24%
B=55.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70761810.610.5800.29236.7644.2249.22
Hex464CB53D3A01Ded2c31
Octal10611426575720353555461
Binary100011010011001011010111110111101001110111101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,76,181); }

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

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

 a { background-color: rgb(70,76,181); }

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

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

 span { border-color: rgb(70,76,181); }

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