Html Css Color HEX #495077 Astronaut

📋 copy color: '#495077'

red 73 ◦ green 80 ◦ blue 119

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

Shades of Astronaut #495077

Tints of Astronaut #495077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

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

R = 26.84%
G = 29.41%
B = 43.75%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495077 (or 0x495077) is known color: Astronaut. HEX triplet: 49, 50 and 77. RGB value is (73,80,119). Sum of RGB (Red+Green+Blue) = 73+80+119=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #495077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495077 is #B6AF88. Grayscale: #525252. Windows color (decimal): -11972489 or 7819337. OLE color: 7819337.

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

Color convert

RGB 73 80 119 -
CMYK 0.39 0.33 0 0.53
HSL 230.87º 0.24% 0.38% -
HSV(B) 230.87º 0.39% 0.47% -
XYZ 8.95 8.49 18.62 -
YUV 82.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 73 80 119 0.39 0.33 0 0.53 230.87 0.24 0.38
Hex 49 50 77 27 21 0 35 E7 18 26
Octal 111 120 167 47 41 0 65 347 30 46
Binary 1001001 1010000 1110111 100111 100001 0 110101 11100111 11000 100110

Color Harmonies of #495077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495077

Black with #495077

Text Example


Text Example

White with #495077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495077; }

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

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

background-color css

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

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

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

border-color css

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

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

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