#456166

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

Shades of Smalt Blue #456166

Tints of Smalt Blue #456166

Color information

#456166 (or 0x456166) is unknown color: approx Smalt Blue. HEX triplet: 45, 61 and 66. RGB value is (69,97,102). Sum of RGB (Red+Green+Blue) = 69+97+102=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 102 - color contains mainly: blue. Hex color #456166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456166 is #BA9E99. Grayscale: #595959. Windows color (decimal): -12230298 or 6709573. OLE color: 6709573.

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

Color convert

RGB6997102-
CMYK0.320.0500.6
HSL189.09º19.3%33.53%-
HSV(B)189.09º32.35%40%-
XYZ9.1310.7714.17-
YUV89.2135.22113.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=25.75%
G=36.19%
B=38.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69971020.320.0500.6189.0919.333.53
Hex45616620503Cbd1322
Octal1051411464050742752342
Binary10001011100001110011010000010101111001011110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456166; }

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

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

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

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

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

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

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

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