Html Css Color HEX #494E76 Astronaut

📋 copy color: '#494E76'

red 73 ◦ green 78 ◦ blue 118

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

Shades of Astronaut #494E76

Tints of Astronaut #494E76

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29%

 BLUE value IS 118 (46.48% from 255) = 43.87%

R = 27.14%
G = 29%
B = 43.87%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#494E76 (or 0x494E76) is known color: Astronaut. HEX triplet: 49, 4E and 76. RGB value is (73,78,118). Sum of RGB (Red+Green+Blue) = 73+78+118=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #494E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E76 is #B6B189. Grayscale: #505050. Windows color (decimal): -11973002 or 7753289. OLE color: 7753289.

HSL color Cylindrical-coordinate representation of color #494E76: hue angle of 233.33º 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 #494E76 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 78 118 -
CMYK 0.38 0.34 0 0.54
HSL 233.33º 0.24% 0.37% -
HSV(B) 233.33º 0.38% 0.46% -
XYZ 8.74 8.17 18.26 -
YUV 81.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 73 78 118 0.38 0.34 0 0.54 233.33 0.24 0.37
Hex 49 4E 76 26 22 0 36 E9 18 25
Octal 111 116 166 46 42 0 66 351 30 45
Binary 1001001 1001110 1110110 100110 100010 0 110110 11101001 11000 100101

Color Harmonies of #494E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E76

Black with #494E76

Text Example


Text Example

White with #494E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494E76; }

 p { color: rgb(73,78,118); }

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

background-color css

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

 a { background-color: rgb(73,78,118); }

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

border-color css

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

 span { border-color: rgb(73,78,118); }

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