#4B775E

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

Shades of Como #4B775E

Tints of Como #4B775E

Color information

#4B775E (or 0x4B775E) is unknown color: approx Como. HEX triplet: 4B, 77 and 5E. RGB value is (75,119,94). Sum of RGB (Red+Green+Blue) = 75+119+94=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #4B775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B775E is #B488A1. Grayscale: #676767. Windows color (decimal): -11831458 or 6190923. OLE color: 6190923.

HSL color Cylindrical-coordinate representation of color #4B775E: hue angle of 145.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B775E is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB7511994-
CMYK0.3700.210.53
HSL145.91º22.68%38.04%-
HSV(B)145.91º36.97%46.67%-
XYZ11.5215.512.97-
YUV102.99122.92108.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.04%
GREEN value IS 119 (46.88% from 255) = 41.32%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=26.04%
G=41.32%
B=32.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75119940.3700.210.53145.9122.6838.04
Hex4B775E2501535921726
Octal11316713645025652222746
Binary1001011111011110111101001010101011101011001001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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