#464ABB

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

Shades of Free Speech Blue #464ABB

Tints of Free Speech Blue #464ABB

Color information

#464ABB (or 0x464ABB) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4A and BB. RGB value is (70,74,187). Sum of RGB (Red+Green+Blue) = 70+74+187=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #464ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464ABB is #B9B544. Grayscale: #555555. Windows color (decimal): -12170565 or 12274246. OLE color: 12274246.

HSL color Cylindrical-coordinate representation of color #464ABB: hue angle of 237.95º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #464ABB is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7074187-
CMYK0.630.6000.27
HSL237.95º46.25%50.39%-
HSV(B)237.95º62.57%73.33%-
XYZ13.949.7948.17-
YUV85.69185.17116.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 187 (73.44% from 255) = 56.50%
R=21.15%
G=22.36%
B=56.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70741870.630.6000.27237.9546.2550.39
Hex464ABB3F3C01Bee2e32
Octal10611227377740333565662
Binary100011010010101011101111111111110001101111101110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,74,187); }

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

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

 a { background-color: rgb(70,74,187); }

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

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

 span { border-color: rgb(70,74,187); }

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