#4C5D61

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

Shades of Smalt Blue #4C5D61

Tints of Smalt Blue #4C5D61

Color information

#4C5D61 (or 0x4C5D61) is unknown color: approx Smalt Blue. HEX triplet: 4C, 5D and 61. RGB value is (76,93,97). Sum of RGB (Red+Green+Blue) = 76+93+97=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C5D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5D61 is #B3A29E. Grayscale: #585858. Windows color (decimal): -11772575 or 6380876. OLE color: 6380876.

HSL color Cylindrical-coordinate representation of color #4C5D61: hue angle of 191.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C5D61 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB769397-
CMYK0.220.0400.62
HSL191.43º12.14%33.92%-
HSV(B)191.43º21.65%38.04%-
XYZ9.0510.2312.81-
YUV88.37132.87119.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.57%
GREEN value IS 93 (36.72% from 255) = 34.96%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=28.57%
G=34.96%
B=36.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7693970.220.0400.62191.4312.1433.92
Hex4C5D6116403Ebfc22
Octal1141351412640762771442
Binary100110010111011100001101101000111110101111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,93,97); }

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

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

 a { background-color: rgb(76,93,97); }

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

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

 span { border-color: rgb(76,93,97); }

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