Html Css Color HEX #48414D Jagger

📋 copy color: '#48414D'

red 72 ◦ green 65 ◦ blue 77

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

Shades of Jagger #48414D

Tints of Jagger #48414D

RGB

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

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

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

R = 33.64%
G = 30.37%
B = 35.98%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48414D (or 0x48414D) is known color: Jagger. HEX triplet: 48, 41 and 4D. RGB value is (72,65,77). Sum of RGB (Red+Green+Blue) = 72+65+77=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 77 - color contains mainly: blue. Hex color #48414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48414D is #B7BEB2. Grayscale: #444444. Windows color (decimal): -12041907 or 5062984. OLE color: 5062984.

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

Color convert

RGB 72 65 77 -
CMYK 0.06 0.16 0 0.70
HSL 275º 0.08% 0.28% -
HSV(B) 275º 0.16% 0.3% -
XYZ 5.9 5.69 7.81 -
YUV 68.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 72 65 77 0.06 0.16 0 0.70 275 0.08 0.28
Hex 48 41 4D 6 10 0 46 113 8 1C
Octal 110 101 115 6 20 0 106 423 10 34
Binary 1001000 1000001 1001101 110 10000 0 1000110 100010011 1000 11100

Color Harmonies of #48414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48414D

Black with #48414D

Text Example


Text Example

White with #48414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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