#4B725E

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

Shades of Como #4B725E

Tints of Como #4B725E

Color information

#4B725E (or 0x4B725E) is unknown color: approx Como. HEX triplet: 4B, 72 and 5E. RGB value is (75,114,94). Sum of RGB (Red+Green+Blue) = 75+114+94=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #4B725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B725E is #B48DA1. Grayscale: #646464. Windows color (decimal): -11832738 or 6189643. OLE color: 6189643.

HSL color Cylindrical-coordinate representation of color #4B725E: hue angle of 149.23º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B725E is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB7511494-
CMYK0.3400.180.55
HSL149.23º20.63%37.06%-
HSV(B)149.23º34.21%44.71%-
XYZ10.9414.3412.78-
YUV100.06124.58110.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.50%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=26.50%
G=40.28%
B=33.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75114940.3400.180.55149.2320.6337.06
Hex4B725E2201237951525
Octal11316213642022672252545
Binary1001011111001010111101000100100101101111001010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,114,94); }

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

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

 a { background-color: rgb(75,114,94); }

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

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

 span { border-color: rgb(75,114,94); }

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