#4B665E

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

Shades of Stromboli #4B665E

Tints of Stromboli #4B665E

Color information

#4B665E (or 0x4B665E) is unknown color: approx Stromboli. HEX triplet: 4B, 66 and 5E. RGB value is (75,102,94). Sum of RGB (Red+Green+Blue) = 75+102+94=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 102 - color contains mainly: green. Hex color #4B665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B665E is #B499A1. Grayscale: #5D5D5D. Windows color (decimal): -11835810 or 6186571. OLE color: 6186571.

HSL color Cylindrical-coordinate representation of color #4B665E: hue angle of 162.22º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B665E is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB7510294-
CMYK0.2600.080.6
HSL162.22º15.25%34.71%-
HSV(B)162.22º26.47%40%-
XYZ9.6711.8112.36-
YUV93.01128.55115.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.68%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=27.68%
G=37.64%
B=34.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal75102940.2600.080.6162.2215.2534.71
Hex4B665E1A083Ca2f23
Octal11314613632010742421743
Binary1001011110011010111101101001000111100101000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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