Html Css Color HEX #48404D Jagger

📋 copy color: '#48404D'

red 72 ◦ green 64 ◦ blue 77

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

Shades of Jagger #48404D

Tints of Jagger #48404D

RGB

 RED value IS 72 (28.52% from 255) = 33.8%

 GREEN value IS 64 (25.39% from 255) = 30.05%

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 33.8%
G = 30.05%
B = 36.15%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48404D (or 0x48404D) is known color: Jagger. HEX triplet: 48, 40 and 4D. RGB value is (72,64,77). Sum of RGB (Red+Green+Blue) = 72+64+77=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 77 - color contains mainly: blue. Hex color #48404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48404D is #B7BFB2. Grayscale: #434343. Windows color (decimal): -12042163 or 5062728. OLE color: 5062728.

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

Color convert

RGB 72 64 77 -
CMYK 0.06 0.17 0 0.70
HSL 276.92º 0.09% 0.28% -
HSV(B) 276.92º 0.17% 0.3% -
XYZ 5.85 5.58 7.79 -
YUV 67.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 72 64 77 0.06 0.17 0 0.70 276.92 0.09 0.28
Hex 48 40 4D 6 11 0 46 115 9 1C
Octal 110 100 115 6 21 0 106 425 11 34
Binary 1001000 1000000 1001101 110 10001 0 1000110 100010101 1001 11100

Color Harmonies of #48404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48404D

Black with #48404D

Text Example


Text Example

White with #48404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48404D; }

 p { color: rgb(72,64,77); }

 H1.HeaderClassName
 {
   color: #48404D;
 }
 .AnyTagClassName
 {
   color: #48404D;
 }
</style>

background-color css

<style>
 a { background-color: #48404D; }

 a { background-color: rgb(72,64,77); }

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

border-color css

<style>
 span { border-color: #48404D; }

 span { border-color: rgb(72,64,77); }

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