Html Css Color HEX #4B4441 Paco

📋 copy color: '#4B4441'

red 75 ◦ green 68 ◦ blue 65

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

Shades of Paco #4B4441

Tints of Paco #4B4441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.69%

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

R = 36.06%
G = 32.69%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#4B4441 (or 0x4B4441) is known color: Paco. HEX triplet: 4B, 44 and 41. RGB value is (75,68,65). Sum of RGB (Red+Green+Blue) = 75+68+65=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4441 is #B4BBBE. Grayscale: #454545. Windows color (decimal): -11844543 or 4277323. OLE color: 4277323.

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

Color convert

RGB 75 68 65 -
CMYK 0 0.09 0.13 0.71
HSL 18º 0.07% 0.27% -
HSV(B) 18º 0.13% 0.29% -
XYZ 5.92 6.01 5.85 -
YUV 69.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 75 68 65 0 0.09 0.13 0.71 18 0.07 0.27
Hex 4B 44 41 0 9 D 47 12 7 1B
Octal 113 104 101 0 11 15 107 22 7 33
Binary 1001011 1000100 1000001 0 1001 1101 1000111 10010 111 11011

Color Harmonies of #4B4441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4441

Black with #4B4441

Text Example


Text Example

White with #4B4441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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