Html Css Color HEX #4B4141 Charcoal

📋 copy color: '#4B4141'

red 75 ◦ green 65 ◦ blue 65

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

Shades of Charcoal #4B4141

Tints of Charcoal #4B4141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 36.59%
G = 31.71%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#4B4141 (or 0x4B4141) is known color: Charcoal. HEX triplet: 4B, 41 and 41. RGB value is (75,65,65). Sum of RGB (Red+Green+Blue) = 75+65+65=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4141 is #B4BEBE. Grayscale: #444444. Windows color (decimal): -11845311 or 4276555. OLE color: 4276555.

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

Color convert

RGB 75 65 65 -
CMYK 0 0.13 0.13 0.71
HSL 0.07% 0.27% -
HSV(B) 0.13% 0.29% -
XYZ 5.75 5.66 5.79 -
YUV 67.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 75 65 65 0 0.13 0.13 0.71 0 0.07 0.27
Hex 4B 41 41 0 D D 47 0 7 1B
Octal 113 101 101 0 15 15 107 0 7 33
Binary 1001011 1000001 1000001 0 1101 1101 1000111 0 111 11011

Color Harmonies of #4B4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4141

Black with #4B4141

Text Example


Text Example

White with #4B4141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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