#454AD5

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

Shades of Free Speech Blue #454AD5

Tints of Free Speech Blue #454AD5

Color information

#454AD5 (or 0x454AD5) is unknown color: approx Free Speech Blue. HEX triplet: 45, 4A and D5. RGB value is (69,74,213). Sum of RGB (Red+Green+Blue) = 69+74+213=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 213 (83.59% from 255 or 59.83% from 356); Max value from RGB is 213 - color contains mainly: blue. Hex color #454AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454AD5 is #BAB52A. Grayscale: #575757. Windows color (decimal): -12236075 or 13978181. OLE color: 13978181.

HSL color Cylindrical-coordinate representation of color #454AD5: hue angle of 237.92º degrees, saturation: 0.63, 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 #454AD5 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6974213-
CMYK0.680.6500.16
HSL237.92º63.16%55.29%-
HSV(B)237.92º67.61%83.53%-
XYZ16.9110.9764.18-
YUV88.35198.34114.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.38%
GREEN value IS 74 (29.30% from 255) = 20.79%
BLUE value IS 213 (83.59% from 255) = 59.83%
R=19.38%
G=20.79%
B=59.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69742130.680.6500.16237.9263.1655.29
Hex454AD54441010ee3f37
Octal1051123251041010203567767
Binary10001011001010110101011000100100000101000011101110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454AD5; }

 p { color: rgb(69,74,213); }

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

<style>
 a { background-color: #454AD5; }

 a { background-color: rgb(69,74,213); }

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

<style>
 span { border-color: #454AD5; }

 span { border-color: rgb(69,74,213); }

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