#466B5D

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

Shades of Stromboli #466B5D

Tints of Stromboli #466B5D

Color information

#466B5D (or 0x466B5D) is unknown color: approx Stromboli. HEX triplet: 46, 6B and 5D. RGB value is (70,107,93). Sum of RGB (Red+Green+Blue) = 70+107+93=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #466B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B5D is #B994A2. Grayscale: #5E5E5E. Windows color (decimal): -12162211 or 6122310. OLE color: 6122310.

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

Color convert

RGB7010793-
CMYK0.3500.130.58
HSL157.3º20.9%34.71%-
HSV(B)157.3º34.58%41.96%-
XYZ9.7612.6112.28-
YUV94.34127.24110.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 107 (42.19% from 255) = 39.63%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=25.93%
G=39.63%
B=34.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70107930.3500.130.58157.320.934.71
Hex466B5D230D3A9d1523
Octal10615313543015722352543
Binary100011011010111011101100011011011110101001110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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