Html Css Color HEX #494E73 Astronaut

📋 copy color: '#494E73'

red 73 ◦ green 78 ◦ blue 115

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

Shades of Astronaut #494E73

Tints of Astronaut #494E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.23%

R = 27.44%
G = 29.32%
B = 43.23%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#494E73 (or 0x494E73) is known color: Astronaut. HEX triplet: 49, 4E and 73. RGB value is (73,78,115). Sum of RGB (Red+Green+Blue) = 73+78+115=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #494E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E73 is #B6B18C. Grayscale: #505050. Windows color (decimal): -11973005 or 7556681. OLE color: 7556681.

HSL color Cylindrical-coordinate representation of color #494E73: hue angle of 232.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #494E73 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 78 115 -
CMYK 0.37 0.32 0 0.55
HSL 232.86º 0.22% 0.37% -
HSV(B) 232.86º 0.37% 0.45% -
XYZ 8.57 8.1 17.33 -
YUV 80.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 73 78 115 0.37 0.32 0 0.55 232.86 0.22 0.37
Hex 49 4E 73 25 20 0 37 E9 16 25
Octal 111 116 163 45 40 0 67 351 26 45
Binary 1001001 1001110 1110011 100101 100000 0 110111 11101001 10110 100101

Color Harmonies of #494E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E73

Black with #494E73

Text Example


Text Example

White with #494E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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