#466B5E

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

Shades of Stromboli #466B5E

Tints of Stromboli #466B5E

Color information

#466B5E (or 0x466B5E) is unknown color: approx Stromboli. HEX triplet: 46, 6B and 5E. RGB value is (70,107,94). Sum of RGB (Red+Green+Blue) = 70+107+94=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 107 - color contains mainly: green. Hex color #466B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B5E is #B994A1. Grayscale: #5E5E5E. Windows color (decimal): -12162210 or 6187846. OLE color: 6187846.

HSL color Cylindrical-coordinate representation of color #466B5E: hue angle of 158.92º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466B5E is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB7010794-
CMYK0.3500.120.58
HSL158.92º20.9%34.71%-
HSV(B)158.92º34.58%41.96%-
XYZ9.812.6312.51-
YUV94.46127.74110.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 107 (42.19% from 255) = 39.48%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=25.83%
G=39.48%
B=34.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70107940.3500.120.58158.9220.934.71
Hex466B5E230C3A9f1523
Octal10615313643014722372543
Binary100011011010111011110100011011001110101001111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466B5E; }

 p { color: rgb(70,107,94); }

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

<style>
 a { background-color: #466B5E; }

 a { background-color: rgb(70,107,94); }

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

<style>
 span { border-color: #466B5E; }

 span { border-color: rgb(70,107,94); }

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