Html Css Color HEX #4B373C Jon

📋 copy color: '#4B373C'

red 75 ◦ green 55 ◦ blue 60

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

Shades of Jon #4B373C

Tints of Jon #4B373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.58%

R = 39.47%
G = 28.95%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.71

RGB Variations

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

Color information

#4B373C (or 0x4B373C) is known color: Jon. HEX triplet: 4B, 37 and 3C. RGB value is (75,55,60). Sum of RGB (Red+Green+Blue) = 75+55+60=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 75 - color contains mainly: red. Hex color #4B373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B373C is #B4C8C3. Grayscale: #3D3D3D. Windows color (decimal): -11847876 or 3946315. OLE color: 3946315.

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

Color convert

RGB 75 55 60 -
CMYK 0 0.27 0.20 0.71
HSL 345º 0.15% 0.25% -
HSV(B) 345º 0.27% 0.29% -
XYZ 5.08 4.55 4.89 -
YUV 61.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 75 55 60 0 0.27 0.20 0.71 345 0.15 0.25
Hex 4B 37 3C 0 1B 14 47 159 F 19
Octal 113 67 74 0 33 24 107 531 17 31
Binary 1001011 110111 111100 0 11011 10100 1000111 101011001 1111 11001

Color Harmonies of #4B373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B373C

Black with #4B373C

Text Example


Text Example

White with #4B373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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