Html Css Color HEX #494F76 Astronaut

📋 copy color: '#494F76'

red 73 ◦ green 79 ◦ blue 118

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

Shades of Astronaut #494F76

Tints of Astronaut #494F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.26%

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

R = 27.04%
G = 29.26%
B = 43.7%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#494F76 (or 0x494F76) is known color: Astronaut. HEX triplet: 49, 4F and 76. RGB value is (73,79,118). Sum of RGB (Red+Green+Blue) = 73+79+118=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #494F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F76 is #B6B089. Grayscale: #515151. Windows color (decimal): -11972746 or 7753545. OLE color: 7753545.

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

Color convert

RGB 73 79 118 -
CMYK 0.38 0.33 0 0.54
HSL 232º 0.24% 0.37% -
HSV(B) 232º 0.38% 0.46% -
XYZ 8.81 8.32 18.28 -
YUV 81.65 148.51 121.83 -
System Red Green Blue C M Y K H S L
Decimal 73 79 118 0.38 0.33 0 0.54 232 0.24 0.37
Hex 49 4F 76 26 21 0 36 E8 18 25
Octal 111 117 166 46 41 0 66 350 30 45
Binary 1001001 1001111 1110110 100110 100001 0 110110 11101000 11000 100101

Color Harmonies of #494F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F76

Black with #494F76

Text Example


Text Example

White with #494F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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