Html Css Color HEX #485275 Astronaut

📋 copy color: '#485275'

red 72 ◦ green 82 ◦ blue 117

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

Shades of Astronaut #485275

Tints of Astronaut #485275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.26%

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 26.57%
G = 30.26%
B = 43.17%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#485275 (or 0x485275) is known color: Astronaut. HEX triplet: 48, 52 and 75. RGB value is (72,82,117). Sum of RGB (Red+Green+Blue) = 72+82+117=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #485275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485275 is #B7AD8A. Grayscale: #525252. Windows color (decimal): -12037515 or 7688776. OLE color: 7688776.

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

Color convert

RGB 72 82 117 -
CMYK 0.38 0.30 0 0.54
HSL 226.67º 0.24% 0.37% -
HSV(B) 226.67º 0.38% 0.46% -
XYZ 8.9 8.7 18.04 -
YUV 83 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 72 82 117 0.38 0.30 0 0.54 226.67 0.24 0.37
Hex 48 52 75 26 1E 0 36 E3 18 25
Octal 110 122 165 46 36 0 66 343 30 45
Binary 1001000 1010010 1110101 100110 11110 0 110110 11100011 11000 100101

Color Harmonies of #485275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485275

Black with #485275

Text Example


Text Example

White with #485275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485275; }

 p { color: rgb(72,82,117); }

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

background-color css

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

 a { background-color: rgb(72,82,117); }

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

border-color css

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

 span { border-color: rgb(72,82,117); }

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