Html Css Color HEX #4B393B Jon

📋 copy color: '#4B393B'

red 75 ◦ green 57 ◦ blue 59

#4B393B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jon #4B393B

Tints of Jon #4B393B

RGB

 RED value IS 75 (29.69% from 255) = 39.27%

 GREEN value IS 57 (22.66% from 255) = 29.84%

 BLUE value IS 59 (23.44% from 255) = 30.89%

R = 39.27%
G = 29.84%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#4B393B (or 0x4B393B) is known color: Jon. HEX triplet: 4B, 39 and 3B. RGB value is (75,57,59). Sum of RGB (Red+Green+Blue) = 75+57+59=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 75 - color contains mainly: red. Hex color #4B393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B393B is #B4C6C4. Grayscale: #3E3E3E. Windows color (decimal): -11847365 or 3881291. OLE color: 3881291.

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

Color convert

RGB 75 57 59 -
CMYK 0 0.24 0.21 0.71
HSL 353.33º 0.14% 0.26% -
HSV(B) 353.33º 0.24% 0.29% -
XYZ 5.15 4.74 4.78 -
YUV 62.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 75 57 59 0 0.24 0.21 0.71 353.33 0.14 0.26
Hex 4B 39 3B 0 18 15 47 161 E 1A
Octal 113 71 73 0 30 25 107 541 16 32
Binary 1001011 111001 111011 0 11000 10101 1000111 101100001 1110 11010

Color Harmonies of #4B393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B393B

Black with #4B393B

Text Example


Text Example

White with #4B393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,57,59); }

 H1.HeaderClassName
 {
   color: #4B393B;
 }
 .AnyTagClassName
 {
   color: #4B393B;
 }
</style>

background-color css

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

 a { background-color: rgb(75,57,59); }

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

border-color css

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

 span { border-color: rgb(75,57,59); }

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