#4D6268

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

Shades of Smalt Blue #4D6268

Tints of Smalt Blue #4D6268

Color information

#4D6268 (or 0x4D6268) is unknown color: approx Smalt Blue. HEX triplet: 4D, 62 and 68. RGB value is (77,98,104). Sum of RGB (Red+Green+Blue) = 77+98+104=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D6268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6268 is #B29D97. Grayscale: #5C5C5C. Windows color (decimal): -11705752 or 6840909. OLE color: 6840909.

HSL color Cylindrical-coordinate representation of color #4D6268: hue angle of 193.33º 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 #4D6268 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7798104-
CMYK0.260.0600.59
HSL193.33º14.92%35.49%-
HSV(B)193.33º25.96%40.78%-
XYZ9.9311.3114.76-
YUV92.4134.54117.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.60%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=27.60%
G=35.13%
B=37.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77981040.260.0600.59193.3314.9235.49
Hex4D62681A603Bc1f23
Octal1151421503260733011743
Binary100110111000101101000110101100111011110000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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