#483759

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

Shades of Jagger #483759

Tints of Jagger #483759

Color information

#483759 (or 0x483759) is unknown color: approx Jagger. HEX triplet: 48, 37 and 59. RGB value is (72,55,89). Sum of RGB (Red+Green+Blue) = 72+55+89=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #483759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483759 is #B7C8A6. Grayscale: #3F3F3F. Windows color (decimal): -12044455 or 5846856. OLE color: 5846856.

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

Color convert

RGB725589-
CMYK0.190.3800.65
HSL270º23.61%28.24%-
HSV(B)270º38.2%34.9%-
XYZ5.844.8310.08-
YUV63.96142.13133.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=33.33%
G=25.46%
B=41.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7255890.190.3800.6527023.6128.24
Hex483759132604110e181c
Octal11067131234601014163034
Binary1001000110111101100110011100110010000011000011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483759; }

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

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

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

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

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

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

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

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