#465A55

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

Shades of Stromboli #465A55

Tints of Stromboli #465A55

Color information

#465A55 (or 0x465A55) is unknown color: approx Stromboli. HEX triplet: 46, 5A and 55. RGB value is (70,90,85). Sum of RGB (Red+Green+Blue) = 70+90+85=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 90 - color contains mainly: green. Hex color #465A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A55 is #B9A5AA. Grayscale: #535353. Windows color (decimal): -12166571 or 5593670. OLE color: 5593670.

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

Color convert

RGB709085-
CMYK0.2200.060.65
HSL165º12.5%31.37%-
HSV(B)165º22.22%35.29%-
XYZ7.829.279.97-
YUV83.45128.87118.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=28.57%
G=36.73%
B=34.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7090850.2200.060.6516512.531.37
Hex465A55160641a5c1f
Octal10613212526061012451437
Binary100011010110101010101101100110100000110100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,90,85); }

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

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

 a { background-color: rgb(70,90,85); }

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

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

 span { border-color: rgb(70,90,85); }

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