#4B7A60

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

Shades of Como #4B7A60

Tints of Como #4B7A60

Color information

#4B7A60 (or 0x4B7A60) is unknown color: approx Como. HEX triplet: 4B, 7A and 60. RGB value is (75,122,96). Sum of RGB (Red+Green+Blue) = 75+122+96=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #4B7A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7A60 is #B4859F. Grayscale: #696969. Windows color (decimal): -11830688 or 6322763. OLE color: 6322763.

HSL color Cylindrical-coordinate representation of color #4B7A60: hue angle of 146.81º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B7A60 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB7512296-
CMYK0.3900.210.52
HSL146.81º23.86%38.63%-
HSV(B)146.81º38.52%47.84%-
XYZ11.9716.2613.57-
YUV104.98122.93106.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.60%
GREEN value IS 122 (48.05% from 255) = 41.64%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=25.60%
G=41.64%
B=32.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75122960.3900.210.52146.8123.8638.63
Hex4B7A602701534931827
Octal11317214047025642233047
Binary1001011111101011000001001110101011101001001001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,122,96); }

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

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

 a { background-color: rgb(75,122,96); }

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

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

 span { border-color: rgb(75,122,96); }

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