#465F62

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

Shades of Smalt Blue #465F62

Tints of Smalt Blue #465F62

Color information

#465F62 (or 0x465F62) is unknown color: approx Smalt Blue. HEX triplet: 46, 5F and 62. RGB value is (70,95,98). Sum of RGB (Red+Green+Blue) = 70+95+98=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 98 - color contains mainly: blue. Hex color #465F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F62 is #B9A09D. Grayscale: #575757. Windows color (decimal): -12165278 or 6446918. OLE color: 6446918.

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

Color convert

RGB709598-
CMYK0.290.0300.62
HSL186.43º16.67%32.94%-
HSV(B)186.43º28.57%38.43%-
XYZ8.8210.3713.09-
YUV87.87133.72115.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 98 (38.67% from 255) = 37.26%
R=26.62%
G=36.12%
B=37.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7095980.290.0300.62186.4316.6732.94
Hex465F621D303Eba1121
Octal1061371423530762722141
Binary100011010111111100010111011101111101011101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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