Html Css Color HEX #485377 Astronaut

📋 copy color: '#485377'

red 72 ◦ green 83 ◦ blue 119

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

Shades of Astronaut #485377

Tints of Astronaut #485377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.29%

 BLUE value IS 119 (46.88% from 255) = 43.43%

R = 26.28%
G = 30.29%
B = 43.43%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485377 (or 0x485377) is known color: Astronaut. HEX triplet: 48, 53 and 77. RGB value is (72,83,119). Sum of RGB (Red+Green+Blue) = 72+83+119=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #485377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485377 is #B7AC88. Grayscale: #535353. Windows color (decimal): -12037257 or 7820104. OLE color: 7820104.

HSL color Cylindrical-coordinate representation of color #485377: hue angle of 225.96º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485377 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 83 119 -
CMYK 0.39 0.30 0 0.53
HSL 225.96º 0.25% 0.37% -
HSV(B) 225.96º 0.39% 0.47% -
XYZ 9.1 8.9 18.69 -
YUV 83.82 147.86 119.57 -
System Red Green Blue C M Y K H S L
Decimal 72 83 119 0.39 0.30 0 0.53 225.96 0.25 0.37
Hex 48 53 77 27 1E 0 35 E2 19 25
Octal 110 123 167 47 36 0 65 342 31 45
Binary 1001000 1010011 1110111 100111 11110 0 110101 11100010 11001 100101

Color Harmonies of #485377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485377

Black with #485377

Text Example


Text Example

White with #485377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485377; }

 p { color: rgb(72,83,119); }

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

background-color css

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

 a { background-color: rgb(72,83,119); }

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

border-color css

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

 span { border-color: rgb(72,83,119); }

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