Html Css Color HEX #485477 Astronaut

📋 copy color: '#485477'

red 72 ◦ green 84 ◦ blue 119

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

Shades of Astronaut #485477

Tints of Astronaut #485477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.55%

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

R = 26.18%
G = 30.55%
B = 43.27%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485477 (or 0x485477) is known color: Astronaut. HEX triplet: 48, 54 and 77. RGB value is (72,84,119). Sum of RGB (Red+Green+Blue) = 72+84+119=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #485477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485477 is #B7AB88. Grayscale: #545454. Windows color (decimal): -12037001 or 7820360. OLE color: 7820360.

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

Color convert

RGB 72 84 119 -
CMYK 0.39 0.29 0 0.53
HSL 224.68º 0.25% 0.37% -
HSV(B) 224.68º 0.39% 0.47% -
XYZ 9.17 9.05 18.72 -
YUV 84.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 72 84 119 0.39 0.29 0 0.53 224.68 0.25 0.37
Hex 48 54 77 27 1D 0 35 E1 19 25
Octal 110 124 167 47 35 0 65 341 31 45
Binary 1001000 1010100 1110111 100111 11101 0 110101 11100001 11001 100101

Color Harmonies of #485477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485477

Black with #485477

Text Example


Text Example

White with #485477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485477; }

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

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

background-color css

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

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

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

border-color css

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

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

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