#455172

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

Shades of Astronaut #455172

Tints of Astronaut #455172

Color information

#455172 (or 0x455172) is unknown color: approx Astronaut. HEX triplet: 45, 51 and 72. RGB value is (69,81,114). Sum of RGB (Red+Green+Blue) = 69+81+114=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #455172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455172 is #BAAE8D. Grayscale: #515151. Windows color (decimal): -12234382 or 7491909. OLE color: 7491909.

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

Color convert

RGB6981114-
CMYK0.390.2900.55
HSL224º24.59%35.88%-
HSV(B)224º39.47%44.71%-
XYZ8.438.3617.09-
YUV81.17146.52119.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.14%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 114 (44.92% from 255) = 43.18%
R=26.14%
G=30.68%
B=43.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69811140.390.2900.5522424.5935.88
Hex455172271D037e01924
Octal10512116247350673403144
Binary1000101101000111100101001111110101101111110000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455172; }

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

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

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

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

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

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

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

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