#455C62

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

Shades of Smalt Blue #455C62

Tints of Smalt Blue #455C62

Color information

#455C62 (or 0x455C62) is unknown color: approx Smalt Blue. HEX triplet: 45, 5C and 62. RGB value is (69,92,98). Sum of RGB (Red+Green+Blue) = 69+92+98=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 98 - color contains mainly: blue. Hex color #455C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C62 is #BAA39D. Grayscale: #555555. Windows color (decimal): -12231582 or 6446149. OLE color: 6446149.

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

Color convert

RGB699298-
CMYK0.300.0600.62
HSL192.41º17.37%32.75%-
HSV(B)192.41º29.59%38.43%-
XYZ8.499.813-
YUV85.81134.88116.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 92 (36.33% from 255) = 35.52%
BLUE value IS 98 (38.67% from 255) = 37.84%
R=26.64%
G=35.52%
B=37.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6992980.300.0600.62192.4117.3732.75
Hex455C621E603Ec01121
Octal1051341423660763002141
Binary1000101101110011000101111011001111101100000010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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