Html Css Color HEX #485277 Astronaut

📋 copy color: '#485277'

red 72 ◦ green 82 ◦ blue 119

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

Shades of Astronaut #485277

Tints of Astronaut #485277

RGB

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

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

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

R = 26.37%
G = 30.04%
B = 43.59%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485277 (or 0x485277) is known color: Astronaut. HEX triplet: 48, 52 and 77. RGB value is (72,82,119). Sum of RGB (Red+Green+Blue) = 72+82+119=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #485277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485277 is #B7AD88. Grayscale: #535353. Windows color (decimal): -12037513 or 7819848. OLE color: 7819848.

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

Color convert

RGB 72 82 119 -
CMYK 0.39 0.31 0 0.53
HSL 227.23º 0.25% 0.37% -
HSV(B) 227.23º 0.39% 0.47% -
XYZ 9.02 8.74 18.67 -
YUV 83.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 72 82 119 0.39 0.31 0 0.53 227.23 0.25 0.37
Hex 48 52 77 27 1F 0 35 E3 19 25
Octal 110 122 167 47 37 0 65 343 31 45
Binary 1001000 1010010 1110111 100111 11111 0 110101 11100011 11001 100101

Color Harmonies of #485277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485277

Black with #485277

Text Example


Text Example

White with #485277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485277; }

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

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

background-color css

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

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

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

border-color css

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

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

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