Html Css Color HEX #485176 Astronaut

📋 copy color: '#485176'

red 72 ◦ green 81 ◦ blue 118

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

Shades of Astronaut #485176

Tints of Astronaut #485176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 26.57%
G = 29.89%
B = 43.54%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#485176 (or 0x485176) is known color: Astronaut. HEX triplet: 48, 51 and 76. RGB value is (72,81,118). Sum of RGB (Red+Green+Blue) = 72+81+118=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #485176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485176 is #B7AE89. Grayscale: #525252. Windows color (decimal): -12037770 or 7754056. OLE color: 7754056.

HSL color Cylindrical-coordinate representation of color #485176: hue angle of 228.26º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485176 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 81 118 -
CMYK 0.39 0.31 0 0.54
HSL 228.26º 0.24% 0.37% -
HSV(B) 228.26º 0.39% 0.46% -
XYZ 8.88 8.57 18.33 -
YUV 82.53 148.02 120.49 -
System Red Green Blue C M Y K H S L
Decimal 72 81 118 0.39 0.31 0 0.54 228.26 0.24 0.37
Hex 48 51 76 27 1F 0 36 E4 18 25
Octal 110 121 166 47 37 0 66 344 30 45
Binary 1001000 1010001 1110110 100111 11111 0 110110 11100100 11000 100101

Color Harmonies of #485176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485176

Black with #485176

Text Example


Text Example

White with #485176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485176; }

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

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

background-color css

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

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

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

border-color css

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

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

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