Html Css Color HEX #494E72 Astronaut

📋 copy color: '#494E72'

red 73 ◦ green 78 ◦ blue 114

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

Shades of Astronaut #494E72

Tints of Astronaut #494E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.02%

R = 27.55%
G = 29.43%
B = 43.02%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#494E72 (or 0x494E72) is known color: Astronaut. HEX triplet: 49, 4E and 72. RGB value is (73,78,114). Sum of RGB (Red+Green+Blue) = 73+78+114=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #494E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E72 is #B6B18D. Grayscale: #505050. Windows color (decimal): -11973006 or 7491145. OLE color: 7491145.

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

Color convert

RGB 73 78 114 -
CMYK 0.36 0.32 0 0.55
HSL 232.68º 0.22% 0.37% -
HSV(B) 232.68º 0.36% 0.45% -
XYZ 8.51 8.08 17.03 -
YUV 80.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 73 78 114 0.36 0.32 0 0.55 232.68 0.22 0.37
Hex 49 4E 72 24 20 0 37 E9 16 25
Octal 111 116 162 44 40 0 67 351 26 45
Binary 1001001 1001110 1110010 100100 100000 0 110111 11101001 10110 100101

Color Harmonies of #494E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E72

Black with #494E72

Text Example


Text Example

White with #494E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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