#4C656B

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

Shades of Smalt Blue #4C656B

Tints of Smalt Blue #4C656B

Color information

#4C656B (or 0x4C656B) is unknown color: approx Smalt Blue. HEX triplet: 4C, 65 and 6B. RGB value is (76,101,107). Sum of RGB (Red+Green+Blue) = 76+101+107=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C656B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C656B is #B39A94. Grayscale: #5E5E5E. Windows color (decimal): -11770517 or 7038284. OLE color: 7038284.

HSL color Cylindrical-coordinate representation of color #4C656B: hue angle of 191.61º 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 #4C656B is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB76101107-
CMYK0.290.0600.58
HSL191.61º16.94%35.88%-
HSV(B)191.61º28.97%41.96%-
XYZ10.2911.9115.67-
YUV94.21135.22115.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.76%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=26.76%
G=35.56%
B=37.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal761011070.290.0600.58191.6116.9435.88
Hex4C656B1D603Ac01124
Octal1141451533560723002144
Binary1001100110010111010111110111001110101100000010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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