#4F676E

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

Shades of Smalt Blue #4F676E

Tints of Smalt Blue #4F676E

Color information

#4F676E (or 0x4F676E) is unknown color: approx Smalt Blue. HEX triplet: 4F, 67 and 6E. RGB value is (79,103,110). Sum of RGB (Red+Green+Blue) = 79+103+110=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F676E is #B09891. Grayscale: #606060. Windows color (decimal): -11573394 or 7235407. OLE color: 7235407.

HSL color Cylindrical-coordinate representation of color #4F676E: hue angle of 193.55º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F676E is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB79103110-
CMYK0.280.0600.57
HSL193.55º16.4%37.06%-
HSV(B)193.55º28.18%43.14%-
XYZ10.8912.4916.59-
YUV96.62135.55115.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.05%
GREEN value IS 103 (40.62% from 255) = 35.27%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=27.05%
G=35.27%
B=37.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal791031100.280.0600.57193.5516.437.06
Hex4F676E1C6039c21025
Octal1171471563460713022045
Binary1001111110011111011101110011001110011100001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,103,110); }

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

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

 a { background-color: rgb(79,103,110); }

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

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

 span { border-color: rgb(79,103,110); }

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