#4B383D

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

Shades of Jon #4B383D

Tints of Jon #4B383D

Color information

#4B383D (or 0x4B383D) is unknown color: approx Jon. HEX triplet: 4B, 38 and 3D. RGB value is (75,56,61). Sum of RGB (Red+Green+Blue) = 75+56+61=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 75 - color contains mainly: red. Hex color #4B383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B383D is #B4C7C2. Grayscale: #3E3E3E. Windows color (decimal): -11847619 or 4012107. OLE color: 4012107.

HSL color Cylindrical-coordinate representation of color #4B383D: hue angle of 344.21º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B383D is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB755661-
CMYK00.250.190.71
HSL344.21º14.5%25.69%-
HSV(B)344.21º25.33%29.41%-
XYZ5.164.665.04-
YUV62.25127.29137.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.06%
GREEN value IS 56 (22.27% from 255) = 29.17%
BLUE value IS 61 (24.22% from 255) = 31.77%
R=39.06%
G=29.17%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75566100.250.190.71344.2114.525.69
Hex4B383D0191347158f1a
Octal1137075031231075301732
Binary1001011111000111101011001100111000111101011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B383D; }

 p { color: rgb(75,56,61); }

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

<style>
 a { background-color: #4B383D; }

 a { background-color: rgb(75,56,61); }

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

<style>
 span { border-color: #4B383D; }

 span { border-color: rgb(75,56,61); }

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