#483C51

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

Shades of Jagger #483C51

Tints of Jagger #483C51

Color information

#483C51 (or 0x483C51) is unknown color: approx Jagger. HEX triplet: 48, 3C and 51. RGB value is (72,60,81). Sum of RGB (Red+Green+Blue) = 72+60+81=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 81 - color contains mainly: blue. Hex color #483C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C51 is #B7C3AE. Grayscale: #414141. Windows color (decimal): -12043183 or 5323848. OLE color: 5323848.

HSL color Cylindrical-coordinate representation of color #483C51: hue angle of 274.29º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #483C51 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB726081-
CMYK0.110.2600.68
HSL274.29º14.89%27.65%-
HSV(B)274.29º25.93%31.76%-
XYZ5.775.28.48-
YUV65.98136.48132.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 60 (23.83% from 255) = 28.17%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=33.80%
G=28.17%
B=38.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7260810.110.2600.68274.2914.8927.65
Hex483C51B1A044112f1c
Octal11074121133201044221734
Binary1001000111100101000110111101001000100100010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,60,81); }

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

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

 a { background-color: rgb(72,60,81); }

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

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

 span { border-color: rgb(72,60,81); }

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