#4F656B

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

Shades of Smalt Blue #4F656B

Tints of Smalt Blue #4F656B

Color information

#4F656B (or 0x4F656B) is unknown color: approx Smalt Blue. HEX triplet: 4F, 65 and 6B. RGB value is (79,101,107). Sum of RGB (Red+Green+Blue) = 79+101+107=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F656B is #B09A94. Grayscale: #5F5F5F. Windows color (decimal): -11573909 or 7038287. OLE color: 7038287.

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

Color convert

RGB79101107-
CMYK0.260.0600.58
HSL192.86º15.05%36.47%-
HSV(B)192.86º26.17%41.96%-
XYZ10.5312.0315.68-
YUV95.11134.71116.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.53%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=27.53%
G=35.19%
B=37.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal791011070.260.0600.58192.8615.0536.47
Hex4F656B1A603Ac1f24
Octal1171451533260723011744
Binary100111111001011101011110101100111010110000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,101,107); }

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

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

 a { background-color: rgb(79,101,107); }

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

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

 span { border-color: rgb(79,101,107); }

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