#45646E

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

Shades of Smalt Blue #45646E

Tints of Smalt Blue #45646E

Color information

#45646E (or 0x45646E) is unknown color: approx Smalt Blue. HEX triplet: 45, 64 and 6E. RGB value is (69,100,110). Sum of RGB (Red+Green+Blue) = 69+100+110=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #45646E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45646E is #BA9B91. Grayscale: #5B5B5B. Windows color (decimal): -12229522 or 7234629. OLE color: 7234629.

HSL color Cylindrical-coordinate representation of color #45646E: hue angle of 194.63º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45646E is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB69100110-
CMYK0.370.0900.57
HSL194.63º22.91%35.1%-
HSV(B)194.63º37.27%43.14%-
XYZ9.8311.5116.45-
YUV91.87138.23111.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=24.73%
G=35.84%
B=39.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal691001100.370.0900.57194.6322.9135.1
Hex45646E259039c31723
Octal10514415645110713032743
Binary100010111001001101110100101100101110011100001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45646E; }

 p { color: rgb(69,100,110); }

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

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

 a { background-color: rgb(69,100,110); }

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

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

 span { border-color: rgb(69,100,110); }

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