#483953

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

Shades of Jagger #483953

Tints of Jagger #483953

Color information

#483953 (or 0x483953) is unknown color: approx Jagger. HEX triplet: 48, 39 and 53. RGB value is (72,57,83). Sum of RGB (Red+Green+Blue) = 72+57+83=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #483953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483953 is #B7C6AC. Grayscale: #404040. Windows color (decimal): -12043949 or 5454152. OLE color: 5454152.

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

Color convert

RGB725783-
CMYK0.130.3100.67
HSL274.62º18.57%27.45%-
HSV(B)274.62º31.33%32.55%-
XYZ5.74.938.83-
YUV64.45138.47133.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=33.96%
G=26.89%
B=39.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7257830.130.3100.67274.6218.5727.45
Hex483953D1F043113131b
Octal11071123153701034232333
Binary10010001110011010011110111111010000111000100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483953; }

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

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

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

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

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

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

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

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