#45636D

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

Shades of Smalt Blue #45636D

Tints of Smalt Blue #45636D

Color information

#45636D (or 0x45636D) is unknown color: approx Smalt Blue. HEX triplet: 45, 63 and 6D. RGB value is (69,99,109). Sum of RGB (Red+Green+Blue) = 69+99+109=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 109 - color contains mainly: blue. Hex color #45636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45636D is #BA9C92. Grayscale: #5B5B5B. Windows color (decimal): -12229779 or 7168837. OLE color: 7168837.

HSL color Cylindrical-coordinate representation of color #45636D: hue angle of 195º degrees, saturation: 0.22, 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 #45636D is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6999109-
CMYK0.370.0900.57
HSL195º22.47%34.9%-
HSV(B)195º36.7%42.75%-
XYZ9.6811.2916.14-
YUV91.17138.06112.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.91%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=24.91%
G=35.74%
B=39.35%

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
Decimal69991090.370.0900.5719522.4734.9
Hex45636D259039c31623
Octal10514315545110713032643
Binary100010111000111101101100101100101110011100001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45636D; }

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

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

<style>
 a { background-color: #45636D; }

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

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

<style>
 span { border-color: #45636D; }

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

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