Html Css Color HEX #48454A Jagger

📋 copy color: '#48454A'

red 72 ◦ green 69 ◦ blue 74

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

Shades of Jagger #48454A

Tints of Jagger #48454A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 33.49%
G = 32.09%
B = 34.42%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48454A (or 0x48454A) is known color: Jagger. HEX triplet: 48, 45 and 4A. RGB value is (72,69,74). Sum of RGB (Red+Green+Blue) = 72+69+74=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 74 - color contains mainly: blue. Hex color #48454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48454A is #B7BAB5. Grayscale: #464646. Windows color (decimal): -12040886 or 4867400. OLE color: 4867400.

HSL color Cylindrical-coordinate representation of color #48454A: hue angle of 276º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #48454A is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 69 74 -
CMYK 0.03 0.07 0 0.71
HSL 276º 0.03% 0.28% -
HSV(B) 276º 0.07% 0.29% -
XYZ 6.04 6.13 7.34 -
YUV 70.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 72 69 74 0.03 0.07 0 0.71 276 0.03 0.28
Hex 48 45 4A 3 7 0 47 114 3 1C
Octal 110 105 112 3 7 0 107 424 3 34
Binary 1001000 1000101 1001010 11 111 0 1000111 100010100 11 11100

Color Harmonies of #48454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48454A

Black with #48454A

Text Example


Text Example

White with #48454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48454A; }

 p { color: rgb(72,69,74); }

 H1.HeaderClassName
 {
   color: #48454A;
 }
 .AnyTagClassName
 {
   color: #48454A;
 }
</style>

background-color css

<style>
 a { background-color: #48454A; }

 a { background-color: rgb(72,69,74); }

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

border-color css

<style>
 span { border-color: #48454A; }

 span { border-color: rgb(72,69,74); }

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