#45636B

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

Shades of Smalt Blue #45636B

Tints of Smalt Blue #45636B

Color information

#45636B (or 0x45636B) is unknown color: approx Smalt Blue. HEX triplet: 45, 63 and 6B. RGB value is (69,99,107). Sum of RGB (Red+Green+Blue) = 69+99+107=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #45636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45636B is #BA9C94. Grayscale: #5A5A5A. Windows color (decimal): -12229781 or 7037765. OLE color: 7037765.

HSL color Cylindrical-coordinate representation of color #45636B: hue angle of 192.63º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #45636B is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6999107-
CMYK0.360.0700.58
HSL192.63º21.59%34.51%-
HSV(B)192.63º35.51%41.96%-
XYZ9.5711.2515.58-
YUV90.94137.06112.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.09%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=25.09%
G=36%
B=38.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69991070.360.0700.58192.6321.5934.51
Hex45636B24703Ac11623
Octal1051431534470723012643
Binary10001011100011110101110010011101110101100000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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