#464AB5

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

Shades of Free Speech Blue #464AB5

Tints of Free Speech Blue #464AB5

Color information

#464AB5 (or 0x464AB5) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4A and B5. RGB value is (70,74,181). Sum of RGB (Red+Green+Blue) = 70+74+181=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 181 (71.09% from 255 or 55.69% from 325); Max value from RGB is 181 - color contains mainly: blue. Hex color #464AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464AB5 is #B9B54A. Grayscale: #545454. Windows color (decimal): -12170571 or 11881030. OLE color: 11881030.

HSL color Cylindrical-coordinate representation of color #464AB5: hue angle of 237.84º 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 #464AB5 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7074181-
CMYK0.610.5900.29
HSL237.84º44.22%49.22%-
HSV(B)237.84º61.33%70.98%-
XYZ13.329.5444.85-
YUV85182.17117.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.54%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 181 (71.09% from 255) = 55.69%
R=21.54%
G=22.77%
B=55.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70741810.610.5900.29237.8444.2249.22
Hex464AB53D3B01Dee2c31
Octal10611226575730353565461
Binary100011010010101011010111110111101101110111101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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