#465853

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

Shades of Stromboli #465853

Tints of Stromboli #465853

Color information

#465853 (or 0x465853) is unknown color: approx Stromboli. HEX triplet: 46, 58 and 53. RGB value is (70,88,83). Sum of RGB (Red+Green+Blue) = 70+88+83=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 88 - color contains mainly: green. Hex color #465853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465853 is #B9A7AC. Grayscale: #525252. Windows color (decimal): -12167085 or 5462086. OLE color: 5462086.

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

Color convert

RGB708883-
CMYK0.2000.060.65
HSL163.33º11.39%30.98%-
HSV(B)163.33º20.45%34.51%-
XYZ7.588.919.5-
YUV82.05128.54119.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 83 (32.81% from 255) = 34.44%
R=29.05%
G=36.51%
B=34.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7088830.2000.060.65163.3311.3930.98
Hex465853140641a3b1f
Octal10613012324061012431337
Binary100011010110001010011101000110100000110100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465853; }

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

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

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

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

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

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

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

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