#4C6065

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

Shades of Smalt Blue #4C6065

Tints of Smalt Blue #4C6065

Color information

#4C6065 (or 0x4C6065) is unknown color: approx Smalt Blue. HEX triplet: 4C, 60 and 65. RGB value is (76,96,101). Sum of RGB (Red+Green+Blue) = 76+96+101=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C6065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6065 is #B39F9A. Grayscale: #5A5A5A. Windows color (decimal): -11771803 or 6643788. OLE color: 6643788.

HSL color Cylindrical-coordinate representation of color #4C6065: hue angle of 192º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C6065 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7696101-
CMYK0.250.0500.60
HSL192º14.12%34.71%-
HSV(B)192º24.75%39.61%-
XYZ9.5110.8413.9-
YUV90.59133.87117.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.84%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=27.84%
G=35.16%
B=37.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76961010.250.0500.6019214.1234.71
Hex4C606519503Cc0e23
Octal1141401453150743001643
Binary100110011000001100101110011010111100110000001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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