#455472

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

Shades of Astronaut #455472

Tints of Astronaut #455472

Color information

#455472 (or 0x455472) is unknown color: approx Astronaut. HEX triplet: 45, 54 and 72. RGB value is (69,84,114). Sum of RGB (Red+Green+Blue) = 69+84+114=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #455472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455472 is #BAAB8D. Grayscale: #525252. Windows color (decimal): -12233614 or 7492677. OLE color: 7492677.

HSL color Cylindrical-coordinate representation of color #455472: hue angle of 220º 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 #455472 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6984114-
CMYK0.390.2600.55
HSL220º24.59%35.88%-
HSV(B)220º39.47%44.71%-
XYZ8.668.8217.17-
YUV82.93145.53118.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.84%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=25.84%
G=31.46%
B=42.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69841140.390.2600.5522024.5935.88
Hex455472271A037dc1924
Octal10512416247320673343144
Binary1000101101010011100101001111101001101111101110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455472; }

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

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

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

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

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

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

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

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