#483C55

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

Shades of Jagger #483C55

Tints of Jagger #483C55

Color information

#483C55 (or 0x483C55) is unknown color: approx Jagger. HEX triplet: 48, 3C and 55. RGB value is (72,60,85). Sum of RGB (Red+Green+Blue) = 72+60+85=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 85 - color contains mainly: blue. Hex color #483C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C55 is #B7C3AA. Grayscale: #424242. Windows color (decimal): -12043179 or 5585992. OLE color: 5585992.

HSL color Cylindrical-coordinate representation of color #483C55: hue angle of 268.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #483C55 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB726085-
CMYK0.150.2900.67
HSL268.8º17.24%28.43%-
HSV(B)268.8º29.41%33.33%-
XYZ5.935.279.3-
YUV66.44138.48131.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 60 (23.83% from 255) = 27.65%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=33.18%
G=27.65%
B=39.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7260850.150.2900.67268.817.2428.43
Hex483C55F1D04310d111c
Octal11074125173501034152134
Binary10010001111001010101111111101010000111000011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483C55; }

 p { color: rgb(72,60,85); }

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

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

 a { background-color: rgb(72,60,85); }

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

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

 span { border-color: rgb(72,60,85); }

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