#455D62

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

Shades of Smalt Blue #455D62

Tints of Smalt Blue #455D62

Color information

#455D62 (or 0x455D62) is unknown color: approx Smalt Blue. HEX triplet: 45, 5D and 62. RGB value is (69,93,98). Sum of RGB (Red+Green+Blue) = 69+93+98=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 98 - color contains mainly: blue. Hex color #455D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D62 is #BAA29D. Grayscale: #565656. Windows color (decimal): -12231326 or 6446405. OLE color: 6446405.

HSL color Cylindrical-coordinate representation of color #455D62: hue angle of 190.34º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455D62 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB699398-
CMYK0.300.0500.62
HSL190.34º17.37%32.75%-
HSV(B)190.34º29.59%38.43%-
XYZ8.579.9813.03-
YUV86.39134.55115.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 98 (38.67% from 255) = 37.69%
R=26.54%
G=35.77%
B=37.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6993980.300.0500.62190.3417.3732.75
Hex455D621E503Ebe1121
Octal1051351423650762762141
Binary1000101101110111000101111010101111101011111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,93,98); }

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

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

 a { background-color: rgb(69,93,98); }

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

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

 span { border-color: rgb(69,93,98); }

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