#455478

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

Shades of Astronaut #455478

Tints of Astronaut #455478

Color information

#455478 (or 0x455478) is unknown color: approx Astronaut. HEX triplet: 45, 54 and 78. RGB value is (69,84,120). Sum of RGB (Red+Green+Blue) = 69+84+120=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #455478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455478 is #BAAB87. Grayscale: #535353. Windows color (decimal): -12233608 or 7885893. OLE color: 7885893.

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

Color convert

RGB6984120-
CMYK0.420.300.53
HSL222.35º26.98%37.06%-
HSV(B)222.35º42.5%47.06%-
XYZ9.018.9619.02-
YUV83.62148.53117.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=25.27%
G=30.77%
B=43.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69841200.420.300.53222.3526.9837.06
Hex4554782A1E035de1b25
Octal10512417052360653363345
Binary1000101101010011110001010101111001101011101111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455478; }

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

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

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

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

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

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

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

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