#4B363A

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

Shades of Jon #4B363A

Tints of Jon #4B363A

Color information

#4B363A (or 0x4B363A) is unknown color: approx Jon. HEX triplet: 4B, 36 and 3A. RGB value is (75,54,58). Sum of RGB (Red+Green+Blue) = 75+54+58=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 75 - color contains mainly: red. Hex color #4B363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B363A is #B4C9C5. Grayscale: #3C3C3C. Windows color (decimal): -11848134 or 3814987. OLE color: 3814987.

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

Color convert

RGB755458-
CMYK00.280.230.71
HSL348.57º16.28%25.29%-
HSV(B)348.57º28%29.41%-
XYZ4.984.444.6-
YUV60.74126.46138.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.11%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=40.11%
G=28.88%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75545800.280.230.71348.5716.2825.29
Hex4B363A01C174715d1019
Octal1136672034271075352031
Binary10010111101101110100111001011110001111010111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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