Html Css Color HEX #485573 Astronaut

📋 copy color: '#485573'

red 72 ◦ green 85 ◦ blue 115

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

Shades of Astronaut #485573

Tints of Astronaut #485573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.28%

R = 26.47%
G = 31.25%
B = 42.28%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#485573 (or 0x485573) is known color: Astronaut. HEX triplet: 48, 55 and 73. RGB value is (72,85,115). Sum of RGB (Red+Green+Blue) = 72+85+115=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #485573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485573 is #B7AA8C. Grayscale: #545454. Windows color (decimal): -12036749 or 7558472. OLE color: 7558472.

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

Color convert

RGB 72 85 115 -
CMYK 0.37 0.26 0 0.55
HSL 221.86º 0.23% 0.37% -
HSV(B) 221.86º 0.37% 0.45% -
XYZ 9.02 9.11 17.5 -
YUV 84.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 72 85 115 0.37 0.26 0 0.55 221.86 0.23 0.37
Hex 48 55 73 25 1A 0 37 DE 17 25
Octal 110 125 163 45 32 0 67 336 27 45
Binary 1001000 1010101 1110011 100101 11010 0 110111 11011110 10111 100101

Color Harmonies of #485573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485573

Black with #485573

Text Example


Text Example

White with #485573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485573; }

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

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

background-color css

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

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

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

border-color css

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

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

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