#483857

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

Shades of Jagger #483857

Tints of Jagger #483857

Color information

#483857 (or 0x483857) is unknown color: approx Jagger. HEX triplet: 48, 38 and 57. RGB value is (72,56,87). Sum of RGB (Red+Green+Blue) = 72+56+87=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #483857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483857 is #B7C7A8. Grayscale: #404040. Windows color (decimal): -12044201 or 5716040. OLE color: 5716040.

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

Color convert

RGB725687-
CMYK0.170.3600.66
HSL270.97º21.68%28.04%-
HSV(B)270.97º35.63%34.12%-
XYZ5.814.899.66-
YUV64.32140.8133.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 87 (34.38% from 255) = 40.47%
R=33.49%
G=26.05%
B=40.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7256870.170.3600.66270.9721.6828.04
Hex483857112404210f161c
Octal11070127214401024172634
Binary1001000111000101011110001100100010000101000011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483857; }

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

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

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

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

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

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

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

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