#4F5E61

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

Shades of Smalt Blue #4F5E61

Tints of Smalt Blue #4F5E61

Color information

#4F5E61 (or 0x4F5E61) is unknown color: approx Smalt Blue. HEX triplet: 4F, 5E and 61. RGB value is (79,94,97). Sum of RGB (Red+Green+Blue) = 79+94+97=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F5E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5E61 is #B0A19E. Grayscale: #595959. Windows color (decimal): -11575711 or 6381135. OLE color: 6381135.

HSL color Cylindrical-coordinate representation of color #4F5E61: hue angle of 190º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F5E61 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB799497-
CMYK0.190.0300.62
HSL190º10.23%34.51%-
HSV(B)190º18.56%38.04%-
XYZ9.3810.5312.85-
YUV89.86132.03120.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.26%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=29.26%
G=34.81%
B=35.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7994970.190.0300.6219010.2334.51
Hex4F5E6113303Ebea23
Octal1171361412330762761243
Binary10011111011110110000110011110111110101111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,94,97); }

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

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

 a { background-color: rgb(79,94,97); }

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

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

 span { border-color: rgb(79,94,97); }

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