Html Css Color HEX #485376 Astronaut

📋 copy color: '#485376'

red 72 ◦ green 83 ◦ blue 118

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

Shades of Astronaut #485376

Tints of Astronaut #485376

RGB

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

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

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

R = 26.37%
G = 30.4%
B = 43.22%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#485376 (or 0x485376) is known color: Astronaut. HEX triplet: 48, 53 and 76. RGB value is (72,83,118). Sum of RGB (Red+Green+Blue) = 72+83+118=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #485376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485376 is #B7AC89. Grayscale: #535353. Windows color (decimal): -12037258 or 7754568. OLE color: 7754568.

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

Color convert

RGB 72 83 118 -
CMYK 0.39 0.30 0 0.54
HSL 225.65º 0.24% 0.37% -
HSV(B) 225.65º 0.39% 0.46% -
XYZ 9.04 8.87 18.38 -
YUV 83.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 72 83 118 0.39 0.30 0 0.54 225.65 0.24 0.37
Hex 48 53 76 27 1E 0 36 E2 18 25
Octal 110 123 166 47 36 0 66 342 30 45
Binary 1001000 1010011 1110110 100111 11110 0 110110 11100010 11000 100101

Color Harmonies of #485376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485376

Black with #485376

Text Example


Text Example

White with #485376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485376; }

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

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

background-color css

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

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

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

border-color css

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

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

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