#465B61

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

Shades of Smalt Blue #465B61

Tints of Smalt Blue #465B61

Color information

#465B61 (or 0x465B61) is unknown color: approx Smalt Blue. HEX triplet: 46, 5B and 61. RGB value is (70,91,97). Sum of RGB (Red+Green+Blue) = 70+91+97=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #465B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B61 is #B9A49E. Grayscale: #555555. Windows color (decimal): -12166303 or 6380358. OLE color: 6380358.

HSL color Cylindrical-coordinate representation of color #465B61: hue angle of 193.33º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #465B61 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB709197-
CMYK0.280.0600.62
HSL193.33º16.17%32.75%-
HSV(B)193.33º27.84%38.04%-
XYZ8.429.6512.73-
YUV85.4134.54117.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 91 (35.94% from 255) = 35.27%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=27.13%
G=35.27%
B=37.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7091970.280.0600.62193.3316.1732.75
Hex465B611C603Ec11021
Octal1061331413460763012041
Binary1000110101101111000011110011001111101100000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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