#464CBA

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

Shades of Free Speech Blue #464CBA

Tints of Free Speech Blue #464CBA

Color information

#464CBA (or 0x464CBA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4C and BA. RGB value is (70,76,186). Sum of RGB (Red+Green+Blue) = 70+76+186=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #464CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CBA is #B9B345. Grayscale: #565656. Windows color (decimal): -12170054 or 12209222. OLE color: 12209222.

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

Color convert

RGB7076186-
CMYK0.620.5900.27
HSL236.9º45.67%50.2%-
HSV(B)236.9º62.37%72.94%-
XYZ13.9710.0247.65-
YUV86.75184.01116.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=21.08%
G=22.89%
B=56.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70761860.620.5900.27236.945.6750.2
Hex464CBA3E3B01Bed2e32
Octal10611427276730333555662
Binary100011010011001011101011111011101101101111101101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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