Html Css Color HEX #48414E Jagger

📋 copy color: '#48414E'

red 72 ◦ green 65 ◦ blue 78

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

Shades of Jagger #48414E

Tints of Jagger #48414E

RGB

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

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

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

R = 33.49%
G = 30.23%
B = 36.28%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48414E (or 0x48414E) is known color: Jagger. HEX triplet: 48, 41 and 4E. RGB value is (72,65,78). Sum of RGB (Red+Green+Blue) = 72+65+78=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 78 - color contains mainly: blue. Hex color #48414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48414E is #B7BEB1. Grayscale: #444444. Windows color (decimal): -12041906 or 5128520. OLE color: 5128520.

HSL color Cylindrical-coordinate representation of color #48414E: hue angle of 272.31º 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 #48414E is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 65 78 -
CMYK 0.08 0.17 0 0.69
HSL 272.31º 0.09% 0.28% -
HSV(B) 272.31º 0.17% 0.31% -
XYZ 5.94 5.71 8 -
YUV 68.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 72 65 78 0.08 0.17 0 0.69 272.31 0.09 0.28
Hex 48 41 4E 8 11 0 45 110 9 1C
Octal 110 101 116 10 21 0 105 420 11 34
Binary 1001000 1000001 1001110 1000 10001 0 1000101 100010000 1001 11100

Color Harmonies of #48414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48414E

Black with #48414E

Text Example


Text Example

White with #48414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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