#4B6D5B

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

Shades of Como #4B6D5B

Tints of Como #4B6D5B

Color information

#4B6D5B (or 0x4B6D5B) is unknown color: approx Como. HEX triplet: 4B, 6D and 5B. RGB value is (75,109,91). Sum of RGB (Red+Green+Blue) = 75+109+91=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 109 - color contains mainly: green. Hex color #4B6D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6D5B is #B492A4. Grayscale: #606060. Windows color (decimal): -11834021 or 5991755. OLE color: 5991755.

HSL color Cylindrical-coordinate representation of color #4B6D5B: hue angle of 148.24º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B6D5B is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB7510991-
CMYK0.3100.170.57
HSL148.24º18.48%36.08%-
HSV(B)148.24º31.19%42.75%-
XYZ10.2613.1911.9-
YUV96.78124.74112.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.27%
GREEN value IS 109 (42.97% from 255) = 39.64%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=27.27%
G=39.64%
B=33.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75109910.3100.170.57148.2418.4836.08
Hex4B6D5B1F01139941224
Octal11315513337021712242244
Binary100101111011011011011111110100011110011001010010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,109,91); }

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

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

 a { background-color: rgb(75,109,91); }

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

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

 span { border-color: rgb(75,109,91); }

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