#483F42

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

Shades of Jon #483F42

Tints of Jon #483F42

Color information

#483F42 (or 0x483F42) is unknown color: approx Jon. HEX triplet: 48, 3F and 42. RGB value is (72,63,66). Sum of RGB (Red+Green+Blue) = 72+63+66=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #483F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F42 is #B7C0BD. Grayscale: #424242. Windows color (decimal): -12042430 or 4341576. OLE color: 4341576.

HSL color Cylindrical-coordinate representation of color #483F42: hue angle of 340º 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 #483F42 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB726366-
CMYK00.120.080.72
HSL340º6.67%26.47%-
HSV(B)340º12.5%28.24%-
XYZ5.435.335.9-
YUV66.03127.98132.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 63 (25% from 255) = 31.34%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=35.82%
G=31.34%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72636600.120.080.723406.6726.47
Hex483F420C84815471a
Octal1107710201410110524732
Binary10010001111111000010011001000100100010101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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