#4F6369

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

Shades of Smalt Blue #4F6369

Tints of Smalt Blue #4F6369

Color information

#4F6369 (or 0x4F6369) is unknown color: approx Smalt Blue. HEX triplet: 4F, 63 and 69. RGB value is (79,99,105). Sum of RGB (Red+Green+Blue) = 79+99+105=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F6369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6369 is #B09C96. Grayscale: #5D5D5D. Windows color (decimal): -11574423 or 6906703. OLE color: 6906703.

HSL color Cylindrical-coordinate representation of color #4F6369: hue angle of 193.85º 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 #4F6369 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7999105-
CMYK0.250.0600.59
HSL193.85º14.13%36.08%-
HSV(B)193.85º24.76%41.18%-
XYZ10.2411.6115.07-
YUV93.7134.37117.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.92%
GREEN value IS 99 (39.06% from 255) = 34.98%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=27.92%
G=34.98%
B=37.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79991050.250.0600.59193.8514.1336.08
Hex4F636919603Bc2e24
Octal1171431513160733021644
Binary100111111000111101001110011100111011110000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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