#4C6062

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

Shades of Smalt Blue #4C6062

Tints of Smalt Blue #4C6062

Color information

#4C6062 (or 0x4C6062) is unknown color: approx Smalt Blue. HEX triplet: 4C, 60 and 62. RGB value is (76,96,98). Sum of RGB (Red+Green+Blue) = 76+96+98=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C6062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6062 is #B39F9D. Grayscale: #5A5A5A. Windows color (decimal): -11771806 or 6447180. OLE color: 6447180.

HSL color Cylindrical-coordinate representation of color #4C6062: hue angle of 185.45º degrees, saturation: 0.13, 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 #4C6062 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB769698-
CMYK0.220.0200.62
HSL185.45º12.64%34.12%-
HSV(B)185.45º22.45%38.43%-
XYZ9.3710.7813.14-
YUV90.25132.37117.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.15%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 98 (38.67% from 255) = 36.30%
R=28.15%
G=35.56%
B=36.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696980.220.0200.62185.4512.6434.12
Hex4C606216203Eb9d22
Octal1141401422620762711542
Binary10011001100000110001010110100111110101110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,96,98); }

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

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

 a { background-color: rgb(76,96,98); }

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

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

 span { border-color: rgb(76,96,98); }

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