#4B383A

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

Shades of Jon #4B383A

Tints of Jon #4B383A

Color information

#4B383A (or 0x4B383A) is unknown color: approx Jon. HEX triplet: 4B, 38 and 3A. RGB value is (75,56,58). Sum of RGB (Red+Green+Blue) = 75+56+58=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 75 - color contains mainly: red. Hex color #4B383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B383A is #B4C7C5. Grayscale: #3D3D3D. Windows color (decimal): -11847622 or 3815499. OLE color: 3815499.

HSL color Cylindrical-coordinate representation of color #4B383A: hue angle of 353.68º 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 #4B383A is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB755658-
CMYK00.250.230.71
HSL353.68º14.5%25.69%-
HSV(B)353.68º25.33%29.41%-
XYZ5.084.634.63-
YUV61.91125.79137.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.68%
GREEN value IS 56 (22.27% from 255) = 29.63%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=39.68%
G=29.63%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75565800.250.230.71353.6814.525.69
Hex4B383A0191747162f1a
Octal1137072031271075421732
Binary1001011111000111010011001101111000111101100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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