#455AD6

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

Shades of Free Speech Blue #455AD6

Tints of Free Speech Blue #455AD6

Color information

#455AD6 (or 0x455AD6) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5A and D6. RGB value is (69,90,214). Sum of RGB (Red+Green+Blue) = 69+90+214=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 214 (83.98% from 255 or 57.37% from 373); Max value from RGB is 214 - color contains mainly: blue. Hex color #455AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455AD6 is #BAA529. Grayscale: #616161. Windows color (decimal): -12231978 or 14047813. OLE color: 14047813.

HSL color Cylindrical-coordinate representation of color #455AD6: hue angle of 231.31º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #455AD6 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6990214-
CMYK0.680.5800.16
HSL231.31º63.88%55.49%-
HSV(B)231.31º67.76%83.92%-
XYZ18.2513.4365.25-
YUV97.86193.54107.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.50%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 214 (83.98% from 255) = 57.37%
R=18.50%
G=24.13%
B=57.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69902140.680.5800.16231.3163.8855.49
Hex455AD6443A010e74037
Octal1051323261047202034710067
Binary10001011011010110101101000100111010010000111001111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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