#4B745E

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

Shades of Como #4B745E

Tints of Como #4B745E

Color information

#4B745E (or 0x4B745E) is unknown color: approx Como. HEX triplet: 4B, 74 and 5E. RGB value is (75,116,94). Sum of RGB (Red+Green+Blue) = 75+116+94=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #4B745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B745E is #B48BA1. Grayscale: #656565. Windows color (decimal): -11832226 or 6190155. OLE color: 6190155.

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

Color convert

RGB7511694-
CMYK0.3500.190.55
HSL147.8º21.47%37.45%-
HSV(B)147.8º35.34%45.49%-
XYZ11.1714.7912.86-
YUV101.23123.92109.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.32%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=26.32%
G=40.70%
B=32.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75116940.3500.190.55147.821.4737.45
Hex4B745E2301337941525
Octal11316413643023672242545
Binary1001011111010010111101000110100111101111001010010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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