#465B54

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

Shades of Stromboli #465B54

Tints of Stromboli #465B54

Color information

#465B54 (or 0x465B54) is unknown color: approx Stromboli. HEX triplet: 46, 5B and 54. RGB value is (70,91,84). Sum of RGB (Red+Green+Blue) = 70+91+84=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 91 - color contains mainly: green. Hex color #465B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B54 is #B9A4AB. Grayscale: #535353. Windows color (decimal): -12166316 or 5528390. OLE color: 5528390.

HSL color Cylindrical-coordinate representation of color #465B54: hue angle of 160º 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 #465B54 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB709184-
CMYK0.2300.080.64
HSL160º13.04%31.57%-
HSV(B)160º23.08%35.69%-
XYZ7.879.429.79-
YUV83.92128.04118.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=28.57%
G=37.14%
B=34.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091840.2300.080.6416013.0431.57
Hex465B54170840a0d20
Octal106133124270101002401540
Binary10001101011011101010010111010001000000101000001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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