Html Css Color HEX #4B4340 Paco

📋 copy color: '#4B4340'

red 75 ◦ green 67 ◦ blue 64

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

Shades of Paco #4B4340

Tints of Paco #4B4340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.52%

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

R = 36.41%
G = 32.52%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#4B4340 (or 0x4B4340) is known color: Paco. HEX triplet: 4B, 43 and 40. RGB value is (75,67,64). Sum of RGB (Red+Green+Blue) = 75+67+64=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4340 is #B4BCBF. Grayscale: #454545. Windows color (decimal): -11844800 or 4211531. OLE color: 4211531.

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

Color convert

RGB 75 67 64 -
CMYK 0 0.11 0.15 0.71
HSL 16.36º 0.08% 0.27% -
HSV(B) 16.36º 0.15% 0.29% -
XYZ 5.83 5.88 5.68 -
YUV 69.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 75 67 64 0 0.11 0.15 0.71 16.36 0.08 0.27
Hex 4B 43 40 0 B F 47 10 8 1B
Octal 113 103 100 0 13 17 107 20 10 33
Binary 1001011 1000011 1000000 0 1011 1111 1000111 10000 1000 11011

Color Harmonies of #4B4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4340

Black with #4B4340

Text Example


Text Example

White with #4B4340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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