#465F61

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

Shades of Smalt Blue #465F61

Tints of Smalt Blue #465F61

Color information

#465F61 (or 0x465F61) is unknown color: approx Smalt Blue. HEX triplet: 46, 5F and 61. RGB value is (70,95,97). Sum of RGB (Red+Green+Blue) = 70+95+97=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 97 - color contains mainly: blue. Hex color #465F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F61 is #B9A09E. Grayscale: #575757. Windows color (decimal): -12165279 or 6381382. OLE color: 6381382.

HSL color Cylindrical-coordinate representation of color #465F61: hue angle of 184.44º 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 #465F61 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB709597-
CMYK0.280.0200.62
HSL184.44º16.17%32.75%-
HSV(B)184.44º27.84%38.04%-
XYZ8.7810.3512.84-
YUV87.75133.22115.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=26.72%
G=36.26%
B=37.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7095970.280.0200.62184.4416.1732.75
Hex465F611C203Eb81021
Octal1061371413420762702041
Binary100011010111111100001111001001111101011100010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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