Html Css Color HEX #485473 Astronaut

📋 copy color: '#485473'

red 72 ◦ green 84 ◦ blue 115

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

Shades of Astronaut #485473

Tints of Astronaut #485473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

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

R = 26.57%
G = 31%
B = 42.44%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#485473 (or 0x485473) is known color: Astronaut. HEX triplet: 48, 54 and 73. RGB value is (72,84,115). Sum of RGB (Red+Green+Blue) = 72+84+115=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #485473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485473 is #B7AB8C. Grayscale: #535353. Windows color (decimal): -12037005 or 7558216. OLE color: 7558216.

HSL color Cylindrical-coordinate representation of color #485473: hue angle of 223.26º 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 #485473 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 84 115 -
CMYK 0.37 0.27 0 0.55
HSL 223.26º 0.23% 0.37% -
HSV(B) 223.26º 0.37% 0.45% -
XYZ 8.94 8.96 17.48 -
YUV 83.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 72 84 115 0.37 0.27 0 0.55 223.26 0.23 0.37
Hex 48 54 73 25 1B 0 37 DF 17 25
Octal 110 124 163 45 33 0 67 337 27 45
Binary 1001000 1010100 1110011 100101 11011 0 110111 11011111 10111 100101

Color Harmonies of #485473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485473

Black with #485473

Text Example


Text Example

White with #485473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485473; }

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

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

background-color css

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

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

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

border-color css

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

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

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