#454AD1

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

Shades of Free Speech Blue #454AD1

Tints of Free Speech Blue #454AD1

Color information

#454AD1 (or 0x454AD1) is unknown color: approx Free Speech Blue. HEX triplet: 45, 4A and D1. RGB value is (69,74,209). Sum of RGB (Red+Green+Blue) = 69+74+209=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 209 (82.03% from 255 or 59.38% from 352); Max value from RGB is 209 - color contains mainly: blue. Hex color #454AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454AD1 is #BAB52E. Grayscale: #575757. Windows color (decimal): -12236079 or 13716037. OLE color: 13716037.

HSL color Cylindrical-coordinate representation of color #454AD1: hue angle of 237.86º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #454AD1 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6974209-
CMYK0.670.6500.18
HSL237.86º60.34%54.51%-
HSV(B)237.86º66.99%81.96%-
XYZ16.4110.7761.53-
YUV87.89196.34114.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.60%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 209 (82.03% from 255) = 59.38%
R=19.60%
G=21.02%
B=59.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69742090.670.6500.18237.8660.3454.51
Hex454AD14341012ee3c37
Octal1051123211031010223567467
Binary10001011001010110100011000011100000101001011101110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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