#455272

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

Shades of Astronaut #455272

Tints of Astronaut #455272

Color information

#455272 (or 0x455272) is unknown color: approx Astronaut. HEX triplet: 45, 52 and 72. RGB value is (69,82,114). Sum of RGB (Red+Green+Blue) = 69+82+114=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #455272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455272 is #BAAD8D. Grayscale: #515151. Windows color (decimal): -12234126 or 7492165. OLE color: 7492165.

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

Color convert

RGB6982114-
CMYK0.390.2800.55
HSL222.67º24.59%35.88%-
HSV(B)222.67º39.47%44.71%-
XYZ8.518.5117.11-
YUV81.76146.19118.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=26.04%
G=30.94%
B=43.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69821140.390.2800.55222.6724.5935.88
Hex455272271C037df1924
Octal10512216247340673373144
Binary1000101101001011100101001111110001101111101111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455272; }

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

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

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

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

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

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

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

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