Html Css Color HEX #4B4440 Paco

📋 copy color: '#4B4440'

red 75 ◦ green 68 ◦ blue 64

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

Shades of Paco #4B4440

Tints of Paco #4B4440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.92%

R = 36.23%
G = 32.85%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#4B4440 (or 0x4B4440) is known color: Paco. HEX triplet: 4B, 44 and 40. RGB value is (75,68,64). Sum of RGB (Red+Green+Blue) = 75+68+64=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4440 is #B4BBBF. Grayscale: #454545. Windows color (decimal): -11844544 or 4211787. OLE color: 4211787.

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

Color convert

RGB 75 68 64 -
CMYK 0 0.09 0.15 0.71
HSL 21.82º 0.08% 0.27% -
HSV(B) 21.82º 0.15% 0.29% -
XYZ 5.89 6 5.7 -
YUV 69.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 75 68 64 0 0.09 0.15 0.71 21.82 0.08 0.27
Hex 4B 44 40 0 9 F 47 16 8 1B
Octal 113 104 100 0 11 17 107 26 10 33
Binary 1001011 1000100 1000000 0 1001 1111 1000111 10110 1000 11011

Color Harmonies of #4B4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4440

Black with #4B4440

Text Example


Text Example

White with #4B4440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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