Html Css Color HEX #494F73 Astronaut

📋 copy color: '#494F73'

red 73 ◦ green 79 ◦ blue 115

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

Shades of Astronaut #494F73

Tints of Astronaut #494F73

RGB

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

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

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

R = 27.34%
G = 29.59%
B = 43.07%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#494F73 (or 0x494F73) is known color: Astronaut. HEX triplet: 49, 4F and 73. RGB value is (73,79,115). Sum of RGB (Red+Green+Blue) = 73+79+115=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #494F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F73 is #B6B08C. Grayscale: #515151. Windows color (decimal): -11972749 or 7556937. OLE color: 7556937.

HSL color Cylindrical-coordinate representation of color #494F73: hue angle of 231.43º 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 #494F73 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 79 115 -
CMYK 0.37 0.31 0 0.55
HSL 231.43º 0.22% 0.37% -
HSV(B) 231.43º 0.37% 0.45% -
XYZ 8.64 8.25 17.36 -
YUV 81.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 73 79 115 0.37 0.31 0 0.55 231.43 0.22 0.37
Hex 49 4F 73 25 1F 0 37 E7 16 25
Octal 111 117 163 45 37 0 67 347 26 45
Binary 1001001 1001111 1110011 100101 11111 0 110111 11100111 10110 100101

Color Harmonies of #494F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F73

Black with #494F73

Text Example


Text Example

White with #494F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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