Html Css Color HEX #495377 Astronaut

📋 copy color: '#495377'

red 73 ◦ green 83 ◦ blue 119

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

Shades of Astronaut #495377

Tints of Astronaut #495377

RGB

 RED value IS 73 (28.91% from 255) = 26.55%

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

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

R = 26.55%
G = 30.18%
B = 43.27%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495377 (or 0x495377) is known color: Astronaut. HEX triplet: 49, 53 and 77. RGB value is (73,83,119). Sum of RGB (Red+Green+Blue) = 73+83+119=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 83 (32.81% from 255 or 30.18% 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 #495377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495377 is #B6AC88. Grayscale: #535353. Windows color (decimal): -11971721 or 7820105. OLE color: 7820105.

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

Color convert

RGB 73 83 119 -
CMYK 0.39 0.30 0 0.53
HSL 226.96º 0.24% 0.38% -
HSV(B) 226.96º 0.39% 0.47% -
XYZ 9.17 8.93 18.69 -
YUV 84.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 73 83 119 0.39 0.30 0 0.53 226.96 0.24 0.38
Hex 49 53 77 27 1E 0 35 E3 18 26
Octal 111 123 167 47 36 0 65 343 30 46
Binary 1001001 1010011 1110111 100111 11110 0 110101 11100011 11000 100110

Color Harmonies of #495377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495377

Black with #495377

Text Example


Text Example

White with #495377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495377; }

 p { color: rgb(73,83,119); }

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

background-color css

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

 a { background-color: rgb(73,83,119); }

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

border-color css

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

 span { border-color: rgb(73,83,119); }

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