#454BC9

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

Shades of Free Speech Blue #454BC9

Tints of Free Speech Blue #454BC9

Color information

#454BC9 (or 0x454BC9) is unknown color: approx Free Speech Blue. HEX triplet: 45, 4B and C9. RGB value is (69,75,201). Sum of RGB (Red+Green+Blue) = 69+75+201=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #454BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454BC9 is #BAB436. Grayscale: #575757. Windows color (decimal): -12235831 or 13192005. OLE color: 13192005.

HSL color Cylindrical-coordinate representation of color #454BC9: hue angle of 237.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #454BC9 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6975201-
CMYK0.660.6300.21
HSL237.27º55%52.94%-
HSV(B)237.27º65.67%78.82%-
XYZ15.5110.5156.47-
YUV87.57192.01114.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 201 (78.91% from 255) = 58.26%
R=20%
G=21.74%
B=58.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal69752010.660.6300.21237.275552.94
Hex454BC9423F015ed3735
Octal105113311102770253556765
Binary1000101100101111001001100001011111101010111101101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454BC9; }

 p { color: rgb(69,75,201); }

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

<style>
 a { background-color: #454BC9; }

 a { background-color: rgb(69,75,201); }

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

<style>
 span { border-color: #454BC9; }

 span { border-color: rgb(69,75,201); }

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