#455AB7

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

Shades of Free Speech Blue #455AB7

Tints of Free Speech Blue #455AB7

Color information

#455AB7 (or 0x455AB7) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5A and B7. RGB value is (69,90,183). Sum of RGB (Red+Green+Blue) = 69+90+183=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #455AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455AB7 is #BAA548. Grayscale: #5D5D5D. Windows color (decimal): -12232009 or 12016197. OLE color: 12016197.

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

Color convert

RGB6990183-
CMYK0.620.5100.28
HSL228.95º45.24%49.41%-
HSV(B)228.95º62.3%71.76%-
XYZ14.661246.34-
YUV94.32178.04109.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.18%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 183 (71.88% from 255) = 53.51%
R=20.18%
G=26.32%
B=53.51%

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
Decimal69901830.620.5100.28228.9545.2449.41
Hex455AB73E3301Ce52d31
Octal10513226776630343455561
Binary100010110110101011011111111011001101110011100101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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