#455CC9

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

Shades of Free Speech Blue #455CC9

Tints of Free Speech Blue #455CC9

Color information

#455CC9 (or 0x455CC9) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5C and C9. RGB value is (69,92,201). Sum of RGB (Red+Green+Blue) = 69+92+201=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 201 (78.91% from 255 or 55.52% from 362); Max value from RGB is 201 - color contains mainly: blue. Hex color #455CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455CC9 is #BAA336. Grayscale: #616161. Windows color (decimal): -12231479 or 13196357. OLE color: 13196357.

HSL color Cylindrical-coordinate representation of color #455CC9: hue angle of 229.55º 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 #455CC9 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6992201-
CMYK0.660.5400.21
HSL229.55º55%52.94%-
HSV(B)229.55º65.67%78.82%-
XYZ16.8213.1456.91-
YUV97.55186.38107.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.06%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 201 (78.91% from 255) = 55.52%
R=19.06%
G=25.41%
B=55.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal69922010.660.5400.21229.555552.94
Hex455CC94236015e63735
Octal105134311102660253466765
Binary1000101101110011001001100001011011001010111100110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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