Html Css Color HEX #4B373B Jon

📋 copy color: '#4B373B'

red 75 ◦ green 55 ◦ blue 59

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

Shades of Jon #4B373B

Tints of Jon #4B373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.1%

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

R = 39.68%
G = 29.1%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#4B373B (or 0x4B373B) is known color: Jon. HEX triplet: 4B, 37 and 3B. RGB value is (75,55,59). Sum of RGB (Red+Green+Blue) = 75+55+59=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 75 - color contains mainly: red. Hex color #4B373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B373B is #B4C8C4. Grayscale: #3D3D3D. Windows color (decimal): -11847877 or 3880779. OLE color: 3880779.

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

Color convert

RGB 75 55 59 -
CMYK 0 0.27 0.21 0.71
HSL 348º 0.15% 0.25% -
HSV(B) 348º 0.27% 0.29% -
XYZ 5.06 4.54 4.75 -
YUV 61.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 75 55 59 0 0.27 0.21 0.71 348 0.15 0.25
Hex 4B 37 3B 0 1B 15 47 15C F 19
Octal 113 67 73 0 33 25 107 534 17 31
Binary 1001011 110111 111011 0 11011 10101 1000111 101011100 1111 11001

Color Harmonies of #4B373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B373B

Black with #4B373B

Text Example


Text Example

White with #4B373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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