#466B5B

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

Shades of Stromboli #466B5B

Tints of Stromboli #466B5B

Color information

#466B5B (or 0x466B5B) is unknown color: approx Stromboli. HEX triplet: 46, 6B and 5B. RGB value is (70,107,91). Sum of RGB (Red+Green+Blue) = 70+107+91=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 107 - color contains mainly: green. Hex color #466B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B5B is #B994A4. Grayscale: #5E5E5E. Windows color (decimal): -12162213 or 5991238. OLE color: 5991238.

HSL color Cylindrical-coordinate representation of color #466B5B: hue angle of 154.05º 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 #466B5B is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB7010791-
CMYK0.3500.150.58
HSL154.05º20.9%34.71%-
HSV(B)154.05º34.58%41.96%-
XYZ9.6712.5711.81-
YUV94.11126.24110.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 107 (42.19% from 255) = 39.93%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=26.12%
G=39.93%
B=33.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70107910.3500.150.58154.0520.934.71
Hex466B5B230F3A9a1523
Octal10615313343017722322543
Binary100011011010111011011100011011111110101001101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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