#466458

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

Shades of Stromboli #466458

Tints of Stromboli #466458

Color information

#466458 (or 0x466458) is unknown color: approx Stromboli. HEX triplet: 46, 64 and 58. RGB value is (70,100,88). Sum of RGB (Red+Green+Blue) = 70+100+88=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 100 - color contains mainly: green. Hex color #466458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466458 is #B99BA7. Grayscale: #595959. Windows color (decimal): -12164008 or 5792838. OLE color: 5792838.

HSL color Cylindrical-coordinate representation of color #466458: hue angle of 156º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #466458 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB7010088-
CMYK0.3000.120.61
HSL156º17.65%33.33%-
HSV(B)156º30%39.22%-
XYZ8.8411.1210.91-
YUV89.66127.06113.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=27.13%
G=38.76%
B=34.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70100880.3000.120.6115617.6533.33
Hex4664581E0C3D9c1221
Octal10614413036014752342241
Binary10001101100100101100011110011001111011001110010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466458; }

 p { color: rgb(70,100,88); }

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

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

 a { background-color: rgb(70,100,88); }

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

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

 span { border-color: rgb(70,100,88); }

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