#4C656E

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

Shades of Smalt Blue #4C656E

Tints of Smalt Blue #4C656E

Color information

#4C656E (or 0x4C656E) is unknown color: approx Smalt Blue. HEX triplet: 4C, 65 and 6E. RGB value is (76,101,110). Sum of RGB (Red+Green+Blue) = 76+101+110=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C656E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C656E is #B39A91. Grayscale: #5E5E5E. Windows color (decimal): -11770514 or 7234892. OLE color: 7234892.

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

Color convert

RGB76101110-
CMYK0.310.0800.57
HSL195.88º18.28%36.47%-
HSV(B)195.88º30.91%43.14%-
XYZ10.4511.9716.51-
YUV94.55136.72114.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.48%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=26.48%
G=35.19%
B=38.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal761011100.310.0800.57195.8818.2836.47
Hex4C656E1F8039c41224
Octal11414515637100713042244
Binary10011001100101110111011111100001110011100010010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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