#4C636D

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

Shades of Smalt Blue #4C636D

Tints of Smalt Blue #4C636D

Color information

#4C636D (or 0x4C636D) is unknown color: approx Smalt Blue. HEX triplet: 4C, 63 and 6D. RGB value is (76,99,109). Sum of RGB (Red+Green+Blue) = 76+99+109=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C636D is #B39C92. Grayscale: #5D5D5D. Windows color (decimal): -11771027 or 7168844. OLE color: 7168844.

HSL color Cylindrical-coordinate representation of color #4C636D: hue angle of 198.18º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C636D is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7699109-
CMYK0.300.0900.57
HSL198.18º17.84%36.27%-
HSV(B)198.18º30.28%42.75%-
XYZ10.211.5616.16-
YUV93.26136.88115.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.76%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 109 (42.97% from 255) = 38.38%
R=26.76%
G=34.86%
B=38.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76991090.300.0900.57198.1817.8436.27
Hex4C636D1E9039c61224
Octal11414315536110713062244
Binary10011001100011110110111110100101110011100011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C636D; }

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

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

<style>
 a { background-color: #4C636D; }

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

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

<style>
 span { border-color: #4C636D; }

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

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