#4B705E

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

Shades of Como #4B705E

Tints of Como #4B705E

Color information

#4B705E (or 0x4B705E) is unknown color: approx Como. HEX triplet: 4B, 70 and 5E. RGB value is (75,112,94). Sum of RGB (Red+Green+Blue) = 75+112+94=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #4B705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B705E is #B48FA1. Grayscale: #626262. Windows color (decimal): -11833250 or 6189131. OLE color: 6189131.

HSL color Cylindrical-coordinate representation of color #4B705E: hue angle of 150.81º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B705E is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB7511294-
CMYK0.3300.160.56
HSL150.81º19.79%36.67%-
HSV(B)150.81º33.04%43.92%-
XYZ10.7213.8912.71-
YUV98.88125.24110.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.69%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 94 (37.11% from 255) = 33.45%
R=26.69%
G=39.86%
B=33.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75112940.3300.160.56150.8119.7936.67
Hex4B705E2101038971425
Octal11316013641020702272445
Binary1001011111000010111101000010100001110001001011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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