Html Css Color HEX #49454C Jagger

📋 copy color: '#49454C'

red 73 ◦ green 69 ◦ blue 76

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

Shades of Jagger #49454C

Tints of Jagger #49454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

 BLUE value IS 76 (30.08% from 255) = 34.86%

R = 33.49%
G = 31.65%
B = 34.86%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49454C (or 0x49454C) is known color: Jagger. HEX triplet: 49, 45 and 4C. RGB value is (73,69,76). Sum of RGB (Red+Green+Blue) = 73+69+76=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 76 - color contains mainly: blue. Hex color #49454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49454C is #B6BAB3. Grayscale: #464646. Windows color (decimal): -11975348 or 4998473. OLE color: 4998473.

HSL color Cylindrical-coordinate representation of color #49454C: hue angle of 274.29º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #49454C is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 69 76 -
CMYK 0.04 0.09 0 0.70
HSL 274.29º 0.05% 0.28% -
HSV(B) 274.29º 0.09% 0.3% -
XYZ 6.18 6.19 7.71 -
YUV 70.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 73 69 76 0.04 0.09 0 0.70 274.29 0.05 0.28
Hex 49 45 4C 4 9 0 46 112 5 1C
Octal 111 105 114 4 11 0 106 422 5 34
Binary 1001001 1000101 1001100 100 1001 0 1000110 100010010 101 11100

Color Harmonies of #49454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49454C

Black with #49454C

Text Example


Text Example

White with #49454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49454C; }

 p { color: rgb(73,69,76); }

 H1.HeaderClassName
 {
   color: #49454C;
 }
 .AnyTagClassName
 {
   color: #49454C;
 }
</style>

background-color css

<style>
 a { background-color: #49454C; }

 a { background-color: rgb(73,69,76); }

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

border-color css

<style>
 span { border-color: #49454C; }

 span { border-color: rgb(73,69,76); }

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