#483A57

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

Shades of Jagger #483A57

Tints of Jagger #483A57

Color information

#483A57 (or 0x483A57) is unknown color: approx Jagger. HEX triplet: 48, 3A and 57. RGB value is (72,58,87). Sum of RGB (Red+Green+Blue) = 72+58+87=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #483A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A57 is #B7C5A8. Grayscale: #414141. Windows color (decimal): -12043689 or 5716552. OLE color: 5716552.

HSL color Cylindrical-coordinate representation of color #483A57: hue angle of 268.97º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #483A57 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB725887-
CMYK0.170.3300.66
HSL268.97º20%28.43%-
HSV(B)268.97º33.33%34.12%-
XYZ5.915.099.69-
YUV65.49140.14132.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 58 (23.05% from 255) = 26.73%
BLUE value IS 87 (34.38% from 255) = 40.09%
R=33.18%
G=26.73%
B=40.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7258870.170.3300.66268.972028.43
Hex483A57112104210d141c
Octal11072127214101024152434
Binary1001000111010101011110001100001010000101000011011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,58,87); }

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

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

 a { background-color: rgb(72,58,87); }

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

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

 span { border-color: rgb(72,58,87); }

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