#4B7761

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

Shades of Como #4B7761

Tints of Como #4B7761

Color information

#4B7761 (or 0x4B7761) is unknown color: approx Como. HEX triplet: 4B, 77 and 61. RGB value is (75,119,97). Sum of RGB (Red+Green+Blue) = 75+119+97=291 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.77% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7761 is #B4889E. Grayscale: #676767. Windows color (decimal): -11831455 or 6387531. OLE color: 6387531.

HSL color Cylindrical-coordinate representation of color #4B7761: hue angle of 150º 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 #4B7761 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB7511997-
CMYK0.3700.180.53
HSL150º22.68%38.04%-
HSV(B)150º36.97%46.67%-
XYZ11.6615.5513.7-
YUV103.34124.42107.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.77%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=25.77%
G=40.89%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75119970.3700.180.5315022.6838.04
Hex4B77612501235961726
Octal11316714145022652262746
Binary1001011111011111000011001010100101101011001011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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