#4F646E

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

Shades of Smalt Blue #4F646E

Tints of Smalt Blue #4F646E

Color information

#4F646E (or 0x4F646E) is unknown color: approx Smalt Blue. HEX triplet: 4F, 64 and 6E. RGB value is (79,100,110). Sum of RGB (Red+Green+Blue) = 79+100+110=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F646E is #B09B91. Grayscale: #5E5E5E. Windows color (decimal): -11574162 or 7234639. OLE color: 7234639.

HSL color Cylindrical-coordinate representation of color #4F646E: hue angle of 199.35º 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 #4F646E is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB79100110-
CMYK0.280.0900.57
HSL199.35º16.4%37.06%-
HSV(B)199.35º28.18%43.14%-
XYZ10.611.916.49-
YUV94.86136.54116.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.34%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=27.34%
G=34.60%
B=38.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal791001100.280.0900.57199.3516.437.06
Hex4F646E1C9039c71025
Octal11714415634110713072045
Binary10011111100100110111011100100101110011100011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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