#483F4D

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

Shades of Jagger #483F4D

Tints of Jagger #483F4D

Color information

#483F4D (or 0x483F4D) is unknown color: approx Jagger. HEX triplet: 48, 3F and 4D. RGB value is (72,63,77). Sum of RGB (Red+Green+Blue) = 72+63+77=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 77 - color contains mainly: blue. Hex color #483F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F4D is #B7C0B2. Grayscale: #434343. Windows color (decimal): -12042419 or 5062472. OLE color: 5062472.

HSL color Cylindrical-coordinate representation of color #483F4D: hue angle of 278.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #483F4D is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB726377-
CMYK0.060.1800.70
HSL278.57º10%27.45%-
HSV(B)278.57º18.18%30.2%-
XYZ5.795.477.77-
YUV67.29133.48131.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=33.96%
G=29.72%
B=36.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7263770.060.1800.70278.571027.45
Hex483F4D612046117a1b
Octal1107711562201064271233
Binary100100011111110011011101001001000110100010111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483F4D; }

 p { color: rgb(72,63,77); }

 H1.HeaderClassName
 {
   color: #483F4D;
 }
 .AnyTagClassName
 {
   color: #483F4D;
 }
</style>
background-color css

<style>
 a { background-color: #483F4D; }

 a { background-color: rgb(72,63,77); }

 div.DivClassName
 {
   background-color: #483F4D;
 }
 .BgClassName
 {
   background-color: #483F4D;
 }
</style>
border-color css

<style>
 span { border-color: #483F4D; }

 span { border-color: rgb(72,63,77); }

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