#4B745D

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

Shades of Como #4B745D

Tints of Como #4B745D

Color information

#4B745D (or 0x4B745D) is unknown color: approx Como. HEX triplet: 4B, 74 and 5D. RGB value is (75,116,93). Sum of RGB (Red+Green+Blue) = 75+116+93=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #4B745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B745D is #B48BA2. Grayscale: #656565. Windows color (decimal): -11832227 or 6124619. OLE color: 6124619.

HSL color Cylindrical-coordinate representation of color #4B745D: hue angle of 146.34º 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 #4B745D is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB7511693-
CMYK0.3500.200.55
HSL146.34º21.47%37.45%-
HSV(B)146.34º35.34%45.49%-
XYZ11.1214.7812.62-
YUV101.12123.42109.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.41%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=26.41%
G=40.85%
B=32.75%

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
Decimal75116930.3500.200.55146.3421.4737.45
Hex4B745D2301437921525
Octal11316413543024672222545
Binary1001011111010010111011000110101001101111001001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,116,93); }

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

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

 a { background-color: rgb(75,116,93); }

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

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

 span { border-color: rgb(75,116,93); }

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