Html Css Color HEX #4B423D Paco

📋 copy color: '#4B423D'

red 75 ◦ green 66 ◦ blue 61

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

Shades of Paco #4B423D

Tints of Paco #4B423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.67%

 BLUE value IS 61 (24.22% from 255) = 30.2%

R = 37.13%
G = 32.67%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4B423D (or 0x4B423D) is known color: Paco. HEX triplet: 4B, 42 and 3D. RGB value is (75,66,61). Sum of RGB (Red+Green+Blue) = 75+66+61=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 75 - color contains mainly: red. Hex color #4B423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B423D is #B4BDC2. Grayscale: #444444. Windows color (decimal): -11845059 or 4014667. OLE color: 4014667.

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

Color convert

RGB 75 66 61 -
CMYK 0 0.12 0.19 0.71
HSL 21.43º 0.1% 0.27% -
HSV(B) 21.43º 0.19% 0.29% -
XYZ 5.69 5.73 5.22 -
YUV 68.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 75 66 61 0 0.12 0.19 0.71 21.43 0.1 0.27
Hex 4B 42 3D 0 C 13 47 15 A 1B
Octal 113 102 75 0 14 23 107 25 12 33
Binary 1001011 1000010 111101 0 1100 10011 1000111 10101 1010 11011

Color Harmonies of #4B423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B423D

Black with #4B423D

Text Example


Text Example

White with #4B423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,66,61); }

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

background-color css

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

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

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

border-color css

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

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

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