#465954

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

Shades of Stromboli #465954

Tints of Stromboli #465954

Color information

#465954 (or 0x465954) is unknown color: approx Stromboli. HEX triplet: 46, 59 and 54. RGB value is (70,89,84). Sum of RGB (Red+Green+Blue) = 70+89+84=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #465954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465954 is #B9A6AB. Grayscale: #525252. Windows color (decimal): -12166828 or 5527878. OLE color: 5527878.

HSL color Cylindrical-coordinate representation of color #465954: hue angle of 164.21º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465954 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB708984-
CMYK0.2100.060.65
HSL164.21º11.95%31.18%-
HSV(B)164.21º21.35%34.9%-
XYZ7.79.099.74-
YUV82.75128.71118.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 84 (33.20% from 255) = 34.57%
R=28.81%
G=36.63%
B=34.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089840.2100.060.65164.2111.9531.18
Hex465954150641a4c1f
Octal10613112425061012441437
Binary100011010110011010100101010110100000110100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465954; }

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

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

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

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

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

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

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

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