#4D6368

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

Shades of Smalt Blue #4D6368

Tints of Smalt Blue #4D6368

Color information

#4D6368 (or 0x4D6368) is unknown color: approx Smalt Blue. HEX triplet: 4D, 63 and 68. RGB value is (77,99,104). Sum of RGB (Red+Green+Blue) = 77+99+104=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D6368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6368 is #B29C97. Grayscale: #5C5C5C. Windows color (decimal): -11705496 or 6841165. OLE color: 6841165.

HSL color Cylindrical-coordinate representation of color #4D6368: hue angle of 191.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D6368 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7799104-
CMYK0.260.0500.59
HSL191.11º14.92%35.49%-
HSV(B)191.11º25.96%40.78%-
XYZ10.0211.514.79-
YUV92.99134.21116.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.5%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=27.5%
G=35.36%
B=37.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77991040.260.0500.59191.1114.9235.49
Hex4D63681A503Bbff23
Octal1151431503250732771743
Binary100110111000111101000110101010111011101111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,99,104); }

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

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

 a { background-color: rgb(77,99,104); }

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

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

 span { border-color: rgb(77,99,104); }

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