#4B735C

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

Shades of Como #4B735C

Tints of Como #4B735C

Color information

#4B735C (or 0x4B735C) is unknown color: approx Como. HEX triplet: 4B, 73 and 5C. RGB value is (75,115,92). Sum of RGB (Red+Green+Blue) = 75+115+92=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #4B735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B735C is #B48CA3. Grayscale: #646464. Windows color (decimal): -11832484 or 6058827. OLE color: 6058827.

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

Color convert

RGB7511592-
CMYK0.3500.200.55
HSL145.5º21.05%37.25%-
HSV(B)145.5º34.78%45.1%-
XYZ10.9614.5312.35-
YUV100.42123.25109.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.60%
GREEN value IS 115 (45.31% from 255) = 40.78%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=26.60%
G=40.78%
B=32.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75115920.3500.200.55145.521.0537.25
Hex4B735C2301437921525
Octal11316313443024672222545
Binary1001011111001110111001000110101001101111001001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,115,92); }

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

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

 a { background-color: rgb(75,115,92); }

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

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

 span { border-color: rgb(75,115,92); }

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