#455C63

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

Shades of Smalt Blue #455C63

Tints of Smalt Blue #455C63

Color information

#455C63 (or 0x455C63) is unknown color: approx Smalt Blue. HEX triplet: 45, 5C and 63. RGB value is (69,92,99). Sum of RGB (Red+Green+Blue) = 69+92+99=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #455C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C63 is #BAA39C. Grayscale: #555555. Windows color (decimal): -12231581 or 6511685. OLE color: 6511685.

HSL color Cylindrical-coordinate representation of color #455C63: hue angle of 194º 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 #455C63 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB699299-
CMYK0.300.0700.61
HSL194º17.86%32.94%-
HSV(B)194º30.3%38.82%-
XYZ8.539.8213.25-
YUV85.92135.38115.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 92 (36.33% from 255) = 35.38%
BLUE value IS 99 (39.06% from 255) = 38.08%
R=26.54%
G=35.38%
B=38.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6992990.300.0700.6119417.8632.94
Hex455C631E703Dc21221
Octal1051341433670753022241
Binary1000101101110011000111111011101111011100001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455C63; }

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

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

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

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

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

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

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

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