#454D72

Color #454D72 Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #454D72

Tints of Astronaut #454D72

Color information

#454D72 (or 0x454D72) is unknown color: approx Astronaut. HEX triplet: 45, 4D and 72. RGB value is (69,77,114). Sum of RGB (Red+Green+Blue) = 69+77+114=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #454D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D72 is #BAB28D. Grayscale: #4E4E4E. Windows color (decimal): -12235406 or 7490885. OLE color: 7490885.

HSL color Cylindrical-coordinate representation of color #454D72: hue angle of 229.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #454D72 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6977114-
CMYK0.390.3200.55
HSL229.33º24.59%35.88%-
HSV(B)229.33º39.47%44.71%-
XYZ8.157.7916.99-
YUV78.83147.85120.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 77 (30.47% from 255) = 29.62%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=26.54%
G=29.62%
B=43.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69771140.390.3200.55229.3324.5935.88
Hex454D722720037e51924
Octal10511516247400673453144
Binary10001011001101111001010011110000001101111110010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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