Html Css Color HEX #494E75 Astronaut

📋 copy color: '#494E75'

red 73 ◦ green 78 ◦ blue 117

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

Shades of Astronaut #494E75

Tints of Astronaut #494E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 27.24%
G = 29.1%
B = 43.66%

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

#494E75 (or 0x494E75) is known color: Astronaut. HEX triplet: 49, 4E and 75. RGB value is (73,78,117). Sum of RGB (Red+Green+Blue) = 73+78+117=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #494E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E75 is #B6B18A. Grayscale: #505050. Windows color (decimal): -11973003 or 7687753. OLE color: 7687753.

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

Color convert

RGB 73 78 117 -
CMYK 0.38 0.33 0 0.54
HSL 233.18º 0.23% 0.37% -
HSV(B) 233.18º 0.38% 0.46% -
XYZ 8.68 8.15 17.95 -
YUV 80.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 73 78 117 0.38 0.33 0 0.54 233.18 0.23 0.37
Hex 49 4E 75 26 21 0 36 E9 17 25
Octal 111 116 165 46 41 0 66 351 27 45
Binary 1001001 1001110 1110101 100110 100001 0 110110 11101001 10111 100101

Color Harmonies of #494E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E75

Black with #494E75

Text Example


Text Example

White with #494E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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