#455076

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

Shades of Astronaut #455076

Tints of Astronaut #455076

Color information

#455076 (or 0x455076) is unknown color: approx Astronaut. HEX triplet: 45, 50 and 76. RGB value is (69,80,118). Sum of RGB (Red+Green+Blue) = 69+80+118=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #455076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455076 is #BAAF89. Grayscale: #505050. Windows color (decimal): -12234634 or 7753797. OLE color: 7753797.

HSL color Cylindrical-coordinate representation of color #455076: hue angle of 226.53º 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 #455076 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6980118-
CMYK0.420.3200.54
HSL226.53º26.2%36.67%-
HSV(B)226.53º41.53%46.27%-
XYZ8.598.3118.29-
YUV81.04148.86119.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.84%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=25.84%
G=29.96%
B=44.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69801180.420.3200.54226.5326.236.67
Hex4550762A20036e31a25
Octal10512016652400663433245
Binary10001011010000111011010101010000001101101110001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455076; }

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

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

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

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

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

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

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

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