Html Css Color HEX #485079 Astronaut

📋 copy color: '#485079'

red 72 ◦ green 80 ◦ blue 121

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

Shades of Astronaut #485079

Tints of Astronaut #485079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 121 (47.66% from 255) = 44.32%

R = 26.37%
G = 29.3%
B = 44.32%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485079 (or 0x485079) is known color: Astronaut. HEX triplet: 48, 50 and 79. RGB value is (72,80,121). Sum of RGB (Red+Green+Blue) = 72+80+121=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #485079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485079 is #B7AF86. Grayscale: #525252. Windows color (decimal): -12038023 or 7950408. OLE color: 7950408.

HSL color Cylindrical-coordinate representation of color #485079: hue angle of 230.2º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485079 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 80 121 -
CMYK 0.40 0.34 0 0.53
HSL 230.2º 0.25% 0.38% -
HSV(B) 230.2º 0.4% 0.47% -
XYZ 8.99 8.5 19.26 -
YUV 82.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 72 80 121 0.40 0.34 0 0.53 230.2 0.25 0.38
Hex 48 50 79 28 22 0 35 E6 19 26
Octal 110 120 171 50 42 0 65 346 31 46
Binary 1001000 1010000 1111001 101000 100010 0 110101 11100110 11001 100110

Color Harmonies of #485079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485079

Black with #485079

Text Example


Text Example

White with #485079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485079; }

 p { color: rgb(72,80,121); }

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

background-color css

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

 a { background-color: rgb(72,80,121); }

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

border-color css

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

 span { border-color: rgb(72,80,121); }

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