#483954

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

Shades of Jagger #483954

Tints of Jagger #483954

Color information

#483954 (or 0x483954) is unknown color: approx Jagger. HEX triplet: 48, 39 and 54. RGB value is (72,57,84). Sum of RGB (Red+Green+Blue) = 72+57+84=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 84 - color contains mainly: blue. Hex color #483954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483954 is #B7C6AB. Grayscale: #404040. Windows color (decimal): -12043948 or 5519688. OLE color: 5519688.

HSL color Cylindrical-coordinate representation of color #483954: hue angle of 273.33º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #483954 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB725784-
CMYK0.140.3200.67
HSL273.33º19.15%27.65%-
HSV(B)273.33º32.14%32.94%-
XYZ5.744.949.04-
YUV64.56138.97133.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 84 (33.20% from 255) = 39.44%
R=33.80%
G=26.76%
B=39.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7257840.140.3200.67273.3319.1527.65
Hex483954E20043111131c
Octal11071124164001034212334
Binary100100011100110101001110100000010000111000100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483954; }

 p { color: rgb(72,57,84); }

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

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

 a { background-color: rgb(72,57,84); }

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

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

 span { border-color: rgb(72,57,84); }

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