#455279

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

Shades of Astronaut #455279

Tints of Astronaut #455279

Color information

#455279 (or 0x455279) is unknown color: approx Astronaut. HEX triplet: 45, 52 and 79. RGB value is (69,82,121). Sum of RGB (Red+Green+Blue) = 69+82+121=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #455279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455279 is #BAAD86. Grayscale: #525252. Windows color (decimal): -12234119 or 7950917. OLE color: 7950917.

HSL color Cylindrical-coordinate representation of color #455279: hue angle of 225º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #455279 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6982121-
CMYK0.430.3200.53
HSL225º27.37%37.25%-
HSV(B)225º42.98%47.45%-
XYZ8.928.6819.29-
YUV82.56149.69118.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 121 (47.66% from 255) = 44.49%
R=25.37%
G=30.15%
B=44.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69821210.430.3200.5322527.3737.25
Hex4552792B20035e11b25
Octal10512217153400653413345
Binary10001011010010111100110101110000001101011110000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455279; }

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

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

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

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

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

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

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

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