#455276

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

Shades of Astronaut #455276

Tints of Astronaut #455276

Color information

#455276 (or 0x455276) is unknown color: approx Astronaut. HEX triplet: 45, 52 and 76. RGB value is (69,82,118). Sum of RGB (Red+Green+Blue) = 69+82+118=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #455276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455276 is #BAAD89. Grayscale: #525252. Windows color (decimal): -12234122 or 7754309. OLE color: 7754309.

HSL color Cylindrical-coordinate representation of color #455276: hue angle of 224.08º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #455276 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6982118-
CMYK0.420.3100.54
HSL224.08º26.2%36.67%-
HSV(B)224.08º41.53%46.27%-
XYZ8.748.6118.34-
YUV82.22148.19118.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.65%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=25.65%
G=30.48%
B=43.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69821180.420.3100.54224.0826.236.67
Hex4552762A1F036e01a25
Octal10512216652370663403245
Binary1000101101001011101101010101111101101101110000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455276; }

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

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

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

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

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

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

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

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