#455475

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

Shades of Astronaut #455475

Tints of Astronaut #455475

Color information

#455475 (or 0x455475) is unknown color: approx Astronaut. HEX triplet: 45, 54 and 75. RGB value is (69,84,117). Sum of RGB (Red+Green+Blue) = 69+84+117=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #455475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455475 is #BAAB8A. Grayscale: #535353. Windows color (decimal): -12233611 or 7689285. OLE color: 7689285.

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

Color convert

RGB6984117-
CMYK0.410.2800.54
HSL221.25º25.81%36.47%-
HSV(B)221.25º41.03%45.88%-
XYZ8.848.8918.08-
YUV83.28147.03117.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=25.56%
G=31.11%
B=43.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69841170.410.2800.54221.2525.8136.47
Hex455475291C036dd1a24
Octal10512416551340663353244
Binary1000101101010011101011010011110001101101101110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455475; }

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

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

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

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

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

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

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

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