#455ABC

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

Shades of Free Speech Blue #455ABC

Tints of Free Speech Blue #455ABC

Color information

#455ABC (or 0x455ABC) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5A and BC. RGB value is (69,90,188). Sum of RGB (Red+Green+Blue) = 69+90+188=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #455ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455ABC is #BAA543. Grayscale: #5E5E5E. Windows color (decimal): -12232004 or 12343877. OLE color: 12343877.

HSL color Cylindrical-coordinate representation of color #455ABC: hue angle of 229.41º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #455ABC is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6990188-
CMYK0.630.5200.26
HSL229.41º47.04%50.39%-
HSV(B)229.41º63.3%73.73%-
XYZ15.1912.2149.13-
YUV94.89180.54109.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.88%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 188 (73.83% from 255) = 54.18%
R=19.88%
G=25.94%
B=54.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69901880.630.5200.26229.4147.0450.39
Hex455ABC3F3401Ae52f32
Octal10513227477640323455762
Binary100010110110101011110011111111010001101011100101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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