Html Css Color HEX #485575 Astronaut

📋 copy color: '#485575'

red 72 ◦ green 85 ◦ blue 117

#485575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #485575

Tints of Astronaut #485575

RGB

 RED value IS 72 (28.52% from 255) = 26.28%

 GREEN value IS 85 (33.59% from 255) = 31.02%

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 26.28%
G = 31.02%
B = 42.7%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#485575 (or 0x485575) is known color: Astronaut. HEX triplet: 48, 55 and 75. RGB value is (72,85,117). Sum of RGB (Red+Green+Blue) = 72+85+117=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #485575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485575 is #B7AA8A. Grayscale: #545454. Windows color (decimal): -12036747 or 7689544. OLE color: 7689544.

HSL color Cylindrical-coordinate representation of color #485575: hue angle of 222.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #485575 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 85 117 -
CMYK 0.38 0.27 0 0.54
HSL 222.67º 0.24% 0.37% -
HSV(B) 222.67º 0.38% 0.46% -
XYZ 9.13 9.16 18.12 -
YUV 84.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 72 85 117 0.38 0.27 0 0.54 222.67 0.24 0.37
Hex 48 55 75 26 1B 0 36 DF 18 25
Octal 110 125 165 46 33 0 66 337 30 45
Binary 1001000 1010101 1110101 100110 11011 0 110110 11011111 11000 100101

Color Harmonies of #485575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485575

Black with #485575

Text Example


Text Example

White with #485575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485575; }

 p { color: rgb(72,85,117); }

 H1.HeaderClassName
 {
   color: #485575;
 }
 .AnyTagClassName
 {
   color: #485575;
 }
</style>

background-color css

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

 a { background-color: rgb(72,85,117); }

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

border-color css

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

 span { border-color: rgb(72,85,117); }

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