#455CB9

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

Shades of Free Speech Blue #455CB9

Tints of Free Speech Blue #455CB9

Color information

#455CB9 (or 0x455CB9) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5C and B9. RGB value is (69,92,185). Sum of RGB (Red+Green+Blue) = 69+92+185=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #455CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455CB9 is #BAA346. Grayscale: #5F5F5F. Windows color (decimal): -12231495 or 12147781. OLE color: 12147781.

HSL color Cylindrical-coordinate representation of color #455CB9: hue angle of 228.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #455CB9 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6992185-
CMYK0.630.5000.27
HSL228.1º45.67%49.8%-
HSV(B)228.1º62.7%72.55%-
XYZ15.0412.4247.5-
YUV95.72178.38108.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 185 (72.66% from 255) = 53.47%
R=19.94%
G=26.59%
B=53.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69921850.630.5000.27228.145.6749.8
Hex455CB93F3201Be42e32
Octal10513427177620333445662
Binary100010110111001011100111111111001001101111100100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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