Html Css Color HEX #48404E Jagger

📋 copy color: '#48404E'

red 72 ◦ green 64 ◦ blue 78

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

Shades of Jagger #48404E

Tints of Jagger #48404E

RGB

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

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

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

R = 33.64%
G = 29.91%
B = 36.45%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48404E (or 0x48404E) is known color: Jagger. HEX triplet: 48, 40 and 4E. RGB value is (72,64,78). Sum of RGB (Red+Green+Blue) = 72+64+78=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 78 - color contains mainly: blue. Hex color #48404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48404E is #B7BFB1. Grayscale: #434343. Windows color (decimal): -12042162 or 5128264. OLE color: 5128264.

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

Color convert

RGB 72 64 78 -
CMYK 0.08 0.18 0 0.69
HSL 274.29º 0.1% 0.28% -
HSV(B) 274.29º 0.18% 0.31% -
XYZ 5.88 5.59 7.98 -
YUV 67.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 72 64 78 0.08 0.18 0 0.69 274.29 0.1 0.28
Hex 48 40 4E 8 12 0 45 112 A 1C
Octal 110 100 116 10 22 0 105 422 12 34
Binary 1001000 1000000 1001110 1000 10010 0 1000101 100010010 1010 11100

Color Harmonies of #48404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48404E

Black with #48404E

Text Example


Text Example

White with #48404E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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