#464EB5

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

Shades of Free Speech Blue #464EB5

Tints of Free Speech Blue #464EB5

Color information

#464EB5 (or 0x464EB5) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4E and B5. RGB value is (70,78,181). Sum of RGB (Red+Green+Blue) = 70+78+181=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 181 (71.09% from 255 or 55.02% from 329); Max value from RGB is 181 - color contains mainly: blue. Hex color #464EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464EB5 is #B9B14A. Grayscale: #565656. Windows color (decimal): -12169547 or 11882054. OLE color: 11882054.

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

Color convert

RGB7078181-
CMYK0.610.5700.29
HSL235.68º44.22%49.22%-
HSV(B)235.68º61.33%70.98%-
XYZ13.5910.0944.95-
YUV87.35180.85115.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 181 (71.09% from 255) = 55.02%
R=21.28%
G=23.71%
B=55.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70781810.610.5700.29235.6844.2249.22
Hex464EB53D3901Dec2c31
Octal10611626575710353545461
Binary100011010011101011010111110111100101110111101100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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