#454DD4

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

Shades of Free Speech Blue #454DD4

Tints of Free Speech Blue #454DD4

Color information

#454DD4 (or 0x454DD4) is unknown color: approx Free Speech Blue. HEX triplet: 45, 4D and D4. RGB value is (69,77,212). Sum of RGB (Red+Green+Blue) = 69+77+212=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 212 (83.20% from 255 or 59.22% from 358); Max value from RGB is 212 - color contains mainly: blue. Hex color #454DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454DD4 is #BAB22B. Grayscale: #595959. Windows color (decimal): -12235308 or 13913413. OLE color: 13913413.

HSL color Cylindrical-coordinate representation of color #454DD4: hue angle of 236.64º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #454DD4 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6977212-
CMYK0.670.6400.17
HSL236.64º62.45%55.1%-
HSV(B)236.64º67.45%83.14%-
XYZ16.9911.3363.58-
YUV90196.85113.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.27%
GREEN value IS 77 (30.47% from 255) = 21.51%
BLUE value IS 212 (83.20% from 255) = 59.22%
R=19.27%
G=21.51%
B=59.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal69772120.670.6400.17236.6462.4555.1
Hex454DD44340011ed3e37
Octal1051153241031000213557667
Binary10001011001101110101001000011100000001000111101101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,77,212); }

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

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

 a { background-color: rgb(69,77,212); }

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

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

 span { border-color: rgb(69,77,212); }

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