#465B56

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

Shades of Stromboli #465B56

Tints of Stromboli #465B56

Color information

#465B56 (or 0x465B56) is unknown color: approx Stromboli. HEX triplet: 46, 5B and 56. RGB value is (70,91,86). Sum of RGB (Red+Green+Blue) = 70+91+86=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 91 - color contains mainly: green. Hex color #465B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B56 is #B9A4A9. Grayscale: #545454. Windows color (decimal): -12166314 or 5659462. OLE color: 5659462.

HSL color Cylindrical-coordinate representation of color #465B56: hue angle of 165.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465B56 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB709186-
CMYK0.2300.050.64
HSL165.71º13.04%31.57%-
HSV(B)165.71º23.08%35.69%-
XYZ7.959.4610.21-
YUV84.15129.04117.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 86 (33.98% from 255) = 34.82%
R=28.34%
G=36.84%
B=34.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091860.2300.050.64165.7113.0431.57
Hex465B56170540a6d20
Octal10613312627051002461540
Binary1000110101101110101101011101011000000101001101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465B56; }

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

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

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

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

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

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

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

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