#455AB8

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

Shades of Free Speech Blue #455AB8

Tints of Free Speech Blue #455AB8

Color information

#455AB8 (or 0x455AB8) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5A and B8. RGB value is (69,90,184). Sum of RGB (Red+Green+Blue) = 69+90+184=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 184 (72.27% from 255 or 53.64% from 343); Max value from RGB is 184 - color contains mainly: blue. Hex color #455AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455AB8 is #BAA547. Grayscale: #5E5E5E. Windows color (decimal): -12232008 or 12081733. OLE color: 12081733.

HSL color Cylindrical-coordinate representation of color #455AB8: hue angle of 229.04º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #455AB8 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6990184-
CMYK0.620.5100.28
HSL229.04º45.45%49.61%-
HSV(B)229.04º62.5%72.16%-
XYZ14.7612.0446.89-
YUV94.44178.54109.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 184 (72.27% from 255) = 53.64%
R=20.12%
G=26.24%
B=53.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal69901840.620.5100.28229.0445.4549.61
Hex455AB83E3301Ce52d32
Octal10513227076630343455562
Binary100010110110101011100011111011001101110011100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455AB8; }

 p { color: rgb(69,90,184); }

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

<style>
 a { background-color: #455AB8; }

 a { background-color: rgb(69,90,184); }

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

<style>
 span { border-color: #455AB8; }

 span { border-color: rgb(69,90,184); }

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