Html Css Color HEX #485177 Astronaut

📋 copy color: '#485177'

red 72 ◦ green 81 ◦ blue 119

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

Shades of Astronaut #485177

Tints of Astronaut #485177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

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

R = 26.47%
G = 29.78%
B = 43.75%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485177 (or 0x485177) is known color: Astronaut. HEX triplet: 48, 51 and 77. RGB value is (72,81,119). Sum of RGB (Red+Green+Blue) = 72+81+119=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #485177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485177 is #B7AE88. Grayscale: #525252. Windows color (decimal): -12037769 or 7819592. OLE color: 7819592.

HSL color Cylindrical-coordinate representation of color #485177: hue angle of 228.51º 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 #485177 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 81 119 -
CMYK 0.39 0.32 0 0.53
HSL 228.51º 0.25% 0.37% -
HSV(B) 228.51º 0.39% 0.47% -
XYZ 8.94 8.59 18.64 -
YUV 82.64 148.52 120.41 -
System Red Green Blue C M Y K H S L
Decimal 72 81 119 0.39 0.32 0 0.53 228.51 0.25 0.37
Hex 48 51 77 27 20 0 35 E5 19 25
Octal 110 121 167 47 40 0 65 345 31 45
Binary 1001000 1010001 1110111 100111 100000 0 110101 11100101 11001 100101

Color Harmonies of #485177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485177

Black with #485177

Text Example


Text Example

White with #485177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485177; }

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

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

background-color css

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

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

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

border-color css

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

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

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