#4B423E

Color #4B423E Paco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paco #4B423E

Tints of Paco #4B423E

Color information

#4B423E (or 0x4B423E) is unknown color: approx Paco. HEX triplet: 4B, 42 and 3E. RGB value is (75,66,62). Sum of RGB (Red+Green+Blue) = 75+66+62=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 75 - color contains mainly: red. Hex color #4B423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B423E is #B4BDC1. Grayscale: #444444. Windows color (decimal): -11845058 or 4080203. OLE color: 4080203.

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

Color convert

RGB756662-
CMYK00.120.170.71
HSL18.46º9.49%26.86%-
HSV(B)18.46º17.33%29.41%-
XYZ5.725.745.36-
YUV68.24124.48132.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.95%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 62 (24.61% from 255) = 30.54%
R=36.95%
G=32.51%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75666200.120.170.7118.469.4926.86
Hex4B423E0C11471291b
Octal1131027601421107221133
Binary100101110000101111100110010001100011110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B423E;
 }
 .AnyTagClassName
 {
   color: #4B423E;
 }
</style>
background-color css

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

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

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

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

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

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