#466B5F

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

Shades of Stromboli #466B5F

Tints of Stromboli #466B5F

Color information

#466B5F (or 0x466B5F) is unknown color: approx Stromboli. HEX triplet: 46, 6B and 5F. RGB value is (70,107,95). Sum of RGB (Red+Green+Blue) = 70+107+95=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #466B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B5F is #B994A0. Grayscale: #5E5E5E. Windows color (decimal): -12162209 or 6253382. OLE color: 6253382.

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

Color convert

RGB7010795-
CMYK0.3500.110.58
HSL160.54º20.9%34.71%-
HSV(B)160.54º34.58%41.96%-
XYZ9.8512.6412.75-
YUV94.57128.24110.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=25.74%
G=39.34%
B=34.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70107950.3500.110.58160.5420.934.71
Hex466B5F230B3Aa11523
Octal10615313743013722412543
Binary100011011010111011111100011010111110101010000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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