Html Css Color HEX #49414E Jagger

📋 copy color: '#49414E'

red 73 ◦ green 65 ◦ blue 78

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

Shades of Jagger #49414E

Tints of Jagger #49414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

 BLUE value IS 78 (30.86% from 255) = 36.11%

R = 33.8%
G = 30.09%
B = 36.11%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49414E (or 0x49414E) is known color: Jagger. HEX triplet: 49, 41 and 4E. RGB value is (73,65,78). Sum of RGB (Red+Green+Blue) = 73+65+78=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 78 - color contains mainly: blue. Hex color #49414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49414E is #B6BEB1. Grayscale: #444444. Windows color (decimal): -11976370 or 5128521. OLE color: 5128521.

HSL color Cylindrical-coordinate representation of color #49414E: hue angle of 276.92º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #49414E is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 65 78 -
CMYK 0.06 0.17 0 0.69
HSL 276.92º 0.09% 0.28% -
HSV(B) 276.92º 0.17% 0.31% -
XYZ 6.01 5.75 8 -
YUV 68.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 73 65 78 0.06 0.17 0 0.69 276.92 0.09 0.28
Hex 49 41 4E 6 11 0 45 115 9 1C
Octal 111 101 116 6 21 0 105 425 11 34
Binary 1001001 1000001 1001110 110 10001 0 1000101 100010101 1001 11100

Color Harmonies of #49414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49414E

Black with #49414E

Text Example


Text Example

White with #49414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49414E; }

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

 H1.HeaderClassName
 {
   color: #49414E;
 }
 .AnyTagClassName
 {
   color: #49414E;
 }
</style>

background-color css

<style>
 a { background-color: #49414E; }

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

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

border-color css

<style>
 span { border-color: #49414E; }

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

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