#465F69

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

Shades of Smalt Blue #465F69

Tints of Smalt Blue #465F69

Color information

#465F69 (or 0x465F69) is unknown color: approx Smalt Blue. HEX triplet: 46, 5F and 69. RGB value is (70,95,105). Sum of RGB (Red+Green+Blue) = 70+95+105=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 105 - color contains mainly: blue. Hex color #465F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F69 is #B9A096. Grayscale: #585858. Windows color (decimal): -12165271 or 6905670. OLE color: 6905670.

HSL color Cylindrical-coordinate representation of color #465F69: hue angle of 197.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #465F69 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7095105-
CMYK0.330.1000.59
HSL197.14º20%34.31%-
HSV(B)197.14º33.33%41.18%-
XYZ9.1710.5114.91-
YUV88.66137.22114.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 95 (37.5% from 255) = 35.19%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=25.93%
G=35.19%
B=38.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70951050.330.1000.59197.142034.31
Hex465F6921A03Bc51422
Octal10613715141120733052442
Binary100011010111111101001100001101001110111100010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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