#456063

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

Shades of Smalt Blue #456063

Tints of Smalt Blue #456063

Color information

#456063 (or 0x456063) is unknown color: approx Smalt Blue. HEX triplet: 45, 60 and 63. RGB value is (69,96,99). Sum of RGB (Red+Green+Blue) = 69+96+99=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #456063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456063 is #BA9F9C. Grayscale: #585858. Windows color (decimal): -12230557 or 6512709. OLE color: 6512709.

HSL color Cylindrical-coordinate representation of color #456063: hue angle of 186º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456063 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB699699-
CMYK0.300.0300.61
HSL186º17.86%32.94%-
HSV(B)186º30.3%38.82%-
XYZ8.8910.5313.37-
YUV88.27134.05114.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.14%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=26.14%
G=36.36%
B=37.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6996990.300.0300.6118617.8632.94
Hex4560631E303Dba1221
Octal1051401433630752722241
Binary100010111000001100011111101101111011011101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456063; }

 p { color: rgb(69,96,99); }

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

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

 a { background-color: rgb(69,96,99); }

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

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

 span { border-color: rgb(69,96,99); }

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