#483E50

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

Shades of Jagger #483E50

Tints of Jagger #483E50

Color information

#483E50 (or 0x483E50) is unknown color: approx Jagger. HEX triplet: 48, 3E and 50. RGB value is (72,62,80). Sum of RGB (Red+Green+Blue) = 72+62+80=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: blue. Hex color #483E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E50 is #B7C1AF. Grayscale: #424242. Windows color (decimal): -12042672 or 5258824. OLE color: 5258824.

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

Color convert

RGB726280-
CMYK0.100.2200.69
HSL273.33º12.68%27.84%-
HSV(B)273.33º22.5%31.37%-
XYZ5.845.48.32-
YUV67.04135.31131.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 62 (24.61% from 255) = 28.97%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=33.64%
G=28.97%
B=37.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7262800.100.2200.69273.3312.6827.84
Hex483E50A16045111d1c
Octal11076120122601054211534
Binary1001000111110101000010101011001000101100010001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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