#485474

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

Shades of Astronaut #485474

Tints of Astronaut #485474

Color information

#485474 (or 0x485474) is unknown color: approx Astronaut. HEX triplet: 48, 54 and 74. RGB value is (72,84,116). Sum of RGB (Red+Green+Blue) = 72+84+116=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #485474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485474 is #B7AB8B. Grayscale: #535353. Windows color (decimal): -12037004 or 7623752. OLE color: 7623752.

HSL color Cylindrical-coordinate representation of color #485474: hue angle of 223.64º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #485474 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7284116-
CMYK0.380.2800.55
HSL223.64º23.4%36.86%-
HSV(B)223.64º37.93%45.49%-
XYZ98.9817.78-
YUV84.06146.02119.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=26.47%
G=30.88%
B=42.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72841160.380.2800.55223.6423.436.86
Hex485474261C037e01725
Octal11012416446340673402745
Binary1001000101010011101001001101110001101111110000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485474; }

 p { color: rgb(72,84,116); }

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

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

 a { background-color: rgb(72,84,116); }

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

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

 span { border-color: rgb(72,84,116); }

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