#455C61

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

Shades of Smalt Blue #455C61

Tints of Smalt Blue #455C61

Color information

#455C61 (or 0x455C61) is unknown color: approx Smalt Blue. HEX triplet: 45, 5C and 61. RGB value is (69,92,97). Sum of RGB (Red+Green+Blue) = 69+92+97=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #455C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C61 is #BAA39E. Grayscale: #555555. Windows color (decimal): -12231583 or 6380613. OLE color: 6380613.

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

Color convert

RGB699297-
CMYK0.290.0500.62
HSL190.71º16.87%32.55%-
HSV(B)190.71º28.87%38.04%-
XYZ8.449.7812.75-
YUV85.69134.38116.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=26.74%
G=35.66%
B=37.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6992970.290.0500.62190.7116.8732.55
Hex455C611D503Ebf1121
Octal1051341413550762772141
Binary1000101101110011000011110110101111101011111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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