#456165

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

Shades of Smalt Blue #456165

Tints of Smalt Blue #456165

Color information

#456165 (or 0x456165) is unknown color: approx Smalt Blue. HEX triplet: 45, 61 and 65. RGB value is (69,97,101). Sum of RGB (Red+Green+Blue) = 69+97+101=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 101 - color contains mainly: blue. Hex color #456165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456165 is #BA9E9A. Grayscale: #595959. Windows color (decimal): -12230299 or 6644037. OLE color: 6644037.

HSL color Cylindrical-coordinate representation of color #456165: hue angle of 187.5º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456165 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6997101-
CMYK0.320.0400.60
HSL187.5º18.82%33.33%-
HSV(B)187.5º31.68%39.61%-
XYZ9.0810.7513.91-
YUV89.08134.72113.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.84%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=25.84%
G=36.33%
B=37.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69971010.320.0400.60187.518.8233.33
Hex45616520403Cbc1321
Octal1051411454040742742341
Binary10001011100001110010110000010001111001011110010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456165; }

 p { color: rgb(69,97,101); }

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

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

 a { background-color: rgb(69,97,101); }

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

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

 span { border-color: rgb(69,97,101); }

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