#48434C

Color #48434C Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #48434C

Tints of Jagger #48434C

Color information

#48434C (or 0x48434C) is unknown color: approx 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

RGB726776-
CMYK0.050.1200.70
HSL273.33º6.29%28.04%-
HSV(B)273.33º11.84%29.8%-
XYZ5.985.917.66-
YUV69.52131.66129.77-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7267760.050.1200.70273.336.2928.04
Hex48434C5C04611161c
Octal1101031145140106421634
Binary10010001000011100110010111000100011010001000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>