Html Css Color HEX #48434C Jagger

📋 copy color: '#48434C'

red 72 ◦ green 67 ◦ blue 76

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

Shades of Jagger #48434C

Tints of Jagger #48434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.16%

 BLUE value IS 76 (30.08% from 255) = 35.35%

R = 33.49%
G = 31.16%
B = 35.35%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48434C (or 0x48434C) is known color: Jagger. HEX triplet: 48, 43 and 4C. RGB value is (72,67,76). Sum of RGB (Red+Green+Blue) = 72+67+76=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 76 - color contains mainly: blue. Hex color #48434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48434C is #B7BCB3. Grayscale: #454545. Windows color (decimal): -12041396 or 4997960. OLE color: 4997960.

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

Color convert

RGB 72 67 76 -
CMYK 0.05 0.12 0 0.70
HSL 273.33º 0.06% 0.28% -
HSV(B) 273.33º 0.12% 0.3% -
XYZ 5.98 5.91 7.66 -
YUV 69.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 72 67 76 0.05 0.12 0 0.70 273.33 0.06 0.28
Hex 48 43 4C 5 C 0 46 111 6 1C
Octal 110 103 114 5 14 0 106 421 6 34
Binary 1001000 1000011 1001100 101 1100 0 1000110 100010001 110 11100

Color Harmonies of #48434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48434C

Black with #48434C

Text Example


Text Example

White with #48434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48434C; }

 p { color: rgb(72,67,76); }

 H1.HeaderClassName
 {
   color: #48434C;
 }
 .AnyTagClassName
 {
   color: #48434C;
 }
</style>

background-color css

<style>
 a { background-color: #48434C; }

 a { background-color: rgb(72,67,76); }

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

border-color css

<style>
 span { border-color: #48434C; }

 span { border-color: rgb(72,67,76); }

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