#455476

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

Shades of Astronaut #455476

Tints of Astronaut #455476

Color information

#455476 (or 0x455476) is unknown color: approx Astronaut. HEX triplet: 45, 54 and 76. RGB value is (69,84,118). Sum of RGB (Red+Green+Blue) = 69+84+118=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #455476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455476 is #BAAB89. Grayscale: #535353. Windows color (decimal): -12233610 or 7754821. OLE color: 7754821.

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

Color convert

RGB6984118-
CMYK0.420.2900.54
HSL221.63º26.2%36.67%-
HSV(B)221.63º41.53%46.27%-
XYZ8.898.9118.39-
YUV83.39147.53117.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.46%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=25.46%
G=31.00%
B=43.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69841180.420.2900.54221.6326.236.67
Hex4554762A1D036de1a25
Octal10512416652350663363245
Binary1000101101010011101101010101110101101101101111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455476; }

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

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

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

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

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

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

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

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