#4C636B

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

Shades of Smalt Blue #4C636B

Tints of Smalt Blue #4C636B

Color information

#4C636B (or 0x4C636B) is unknown color: approx Smalt Blue. HEX triplet: 4C, 63 and 6B. RGB value is (76,99,107). Sum of RGB (Red+Green+Blue) = 76+99+107=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C636B is #B39C94. Grayscale: #5C5C5C. Windows color (decimal): -11771029 or 7037772. OLE color: 7037772.

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

Color convert

RGB7699107-
CMYK0.290.0700.58
HSL195.48º16.94%35.88%-
HSV(B)195.48º28.97%41.96%-
XYZ10.111.5215.6-
YUV93.04135.88115.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.95%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 107 (42.19% from 255) = 37.94%
R=26.95%
G=35.11%
B=37.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76991070.290.0700.58195.4816.9435.88
Hex4C636B1D703Ac31124
Octal1141431533570723032144
Binary1001100110001111010111110111101110101100001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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