#465C60

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

Shades of Smalt Blue #465C60

Tints of Smalt Blue #465C60

Color information

#465C60 (or 0x465C60) is unknown color: approx Smalt Blue. HEX triplet: 46, 5C and 60. RGB value is (70,92,96). Sum of RGB (Red+Green+Blue) = 70+92+96=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #465C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C60 is #B9A39F. Grayscale: #555555. Windows color (decimal): -12166048 or 6315078. OLE color: 6315078.

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

Color convert

RGB709296-
CMYK0.270.0400.62
HSL189.23º15.66%32.55%-
HSV(B)189.23º27.08%37.65%-
XYZ8.469.812.51-
YUV85.88133.71116.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=27.13%
G=35.66%
B=37.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7092960.270.0400.62189.2315.6632.55
Hex465C601B403Ebd1021
Octal1061341403340762752041
Binary1000110101110011000001101110001111101011110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,92,96); }

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

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

 a { background-color: rgb(70,92,96); }

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

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

 span { border-color: rgb(70,92,96); }

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