#4F6469

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

Shades of Smalt Blue #4F6469

Tints of Smalt Blue #4F6469

Color information

#4F6469 (or 0x4F6469) is unknown color: approx Smalt Blue. HEX triplet: 4F, 64 and 69. RGB value is (79,100,105). Sum of RGB (Red+Green+Blue) = 79+100+105=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F6469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6469 is #B09B96. Grayscale: #5E5E5E. Windows color (decimal): -11574167 or 6906959. OLE color: 6906959.

HSL color Cylindrical-coordinate representation of color #4F6469: hue angle of 191.54º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F6469 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB79100105-
CMYK0.250.0500.59
HSL191.54º14.13%36.08%-
HSV(B)191.54º24.76%41.18%-
XYZ10.3311.815.1-
YUV94.29134.04117.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.82%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 105 (41.41% from 255) = 36.97%
R=27.82%
G=35.21%
B=36.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal791001050.250.0500.59191.5414.1336.08
Hex4F646919503Bc0e24
Octal1171441513150733001644
Binary100111111001001101001110011010111011110000001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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