#483F41

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

Shades of Jon #483F41

Tints of Jon #483F41

Color information

#483F41 (or 0x483F41) is unknown color: approx Jon. HEX triplet: 48, 3F and 41. RGB value is (72,63,65). Sum of RGB (Red+Green+Blue) = 72+63+65=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 72 - color contains mainly: red. Hex color #483F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F41 is #B7C0BE. Grayscale: #414141. Windows color (decimal): -12042431 or 4276040. OLE color: 4276040.

HSL color Cylindrical-coordinate representation of color #483F41: hue angle of 346.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #483F41 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB726365-
CMYK00.120.100.72
HSL346.67º6.67%26.47%-
HSV(B)346.67º12.5%28.24%-
XYZ5.45.315.74-
YUV65.92127.48132.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 63 (25% from 255) = 31.5%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=36%
G=31.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72636500.120.100.72346.676.6726.47
Hex483F410CA4815b71a
Octal1107710101412110533732
Binary10010001111111000001011001010100100010101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,63,65); }

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

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

 a { background-color: rgb(72,63,65); }

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

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

 span { border-color: rgb(72,63,65); }

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