#455AD7

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

Shades of Free Speech Blue #455AD7

Tints of Free Speech Blue #455AD7

Color information

#455AD7 (or 0x455AD7) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5A and D7. RGB value is (69,90,215). Sum of RGB (Red+Green+Blue) = 69+90+215=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 215 (84.38% from 255 or 57.49% from 374); Max value from RGB is 215 - color contains mainly: blue. Hex color #455AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455AD7 is #BAA528. Grayscale: #616161. Windows color (decimal): -12231977 or 14113349. OLE color: 14113349.

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

Color convert

RGB6990215-
CMYK0.680.5800.16
HSL231.37º64.6%55.69%-
HSV(B)231.37º67.91%84.31%-
XYZ18.3813.4865.92-
YUV97.97194.04107.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.45%
GREEN value IS 90 (35.55% from 255) = 24.06%
BLUE value IS 215 (84.38% from 255) = 57.49%
R=18.45%
G=24.06%
B=57.49%

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
Decimal69902150.680.5800.16231.3764.655.69
Hex455AD7443A010e74138
Octal1051323271047202034710170
Binary10001011011010110101111000100111010010000111001111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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