#483859

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

Shades of Jagger #483859

Tints of Jagger #483859

Color information

#483859 (or 0x483859) is unknown color: approx Jagger. HEX triplet: 48, 38 and 59. RGB value is (72,56,89). Sum of RGB (Red+Green+Blue) = 72+56+89=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #483859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483859 is #B7C7A6. Grayscale: #404040. Windows color (decimal): -12044199 or 5847112. OLE color: 5847112.

HSL color Cylindrical-coordinate representation of color #483859: hue angle of 269.09º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #483859 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB725689-
CMYK0.190.3700.65
HSL269.09º22.76%28.43%-
HSV(B)269.09º37.08%34.9%-
XYZ5.894.9310.09-
YUV64.55141.8133.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 89 (35.16% from 255) = 41.01%
R=33.18%
G=25.81%
B=41.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7256890.190.3700.65269.0922.7628.43
Hex483859132504110d171c
Octal11070131234501014152734
Binary1001000111000101100110011100101010000011000011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483859; }

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

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

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

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

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

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

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

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