#4F646A

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

Shades of Smalt Blue #4F646A

Tints of Smalt Blue #4F646A

Color information

#4F646A (or 0x4F646A) is unknown color: approx Smalt Blue. HEX triplet: 4F, 64 and 6A. RGB value is (79,100,106). Sum of RGB (Red+Green+Blue) = 79+100+106=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F646A is #B09B95. Grayscale: #5E5E5E. Windows color (decimal): -11574166 or 6972495. OLE color: 6972495.

HSL color Cylindrical-coordinate representation of color #4F646A: hue angle of 193.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F646A is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB79100106-
CMYK0.250.0600.58
HSL193.33º14.59%36.27%-
HSV(B)193.33º25.47%41.57%-
XYZ10.3811.8215.37-
YUV94.4134.54117.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.72%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=27.72%
G=35.09%
B=37.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal791001060.250.0600.58193.3314.5936.27
Hex4F646A19603Ac1f24
Octal1171441523160723011744
Binary100111111001001101010110011100111010110000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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