#483D50

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

Shades of Jagger #483D50

Tints of Jagger #483D50

Color information

#483D50 (or 0x483D50) is unknown color: approx Jagger. HEX triplet: 48, 3D and 50. RGB value is (72,61,80). Sum of RGB (Red+Green+Blue) = 72+61+80=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #483D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D50 is #B7C2AF. Grayscale: #424242. Windows color (decimal): -12042928 or 5258568. OLE color: 5258568.

HSL color Cylindrical-coordinate representation of color #483D50: hue angle of 274.74º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #483D50 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB726180-
CMYK0.100.2400.69
HSL274.74º13.48%27.65%-
HSV(B)274.74º23.75%31.37%-
XYZ5.795.298.31-
YUV66.46135.64131.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=33.80%
G=28.64%
B=37.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7261800.100.2400.69274.7413.4827.65
Hex483D50A18045113d1c
Octal11075120123001054231534
Binary1001000111101101000010101100001000101100010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,61,80); }

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

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

 a { background-color: rgb(72,61,80); }

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

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

 span { border-color: rgb(72,61,80); }

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