#4F6167

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

Shades of Smalt Blue #4F6167

Tints of Smalt Blue #4F6167

Color information

#4F6167 (or 0x4F6167) is unknown color: approx Smalt Blue. HEX triplet: 4F, 61 and 67. RGB value is (79,97,103). Sum of RGB (Red+Green+Blue) = 79+97+103=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 103 - color contains mainly: blue. Hex color #4F6167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6167 is #B09E98. Grayscale: #5C5C5C. Windows color (decimal): -11574937 or 6775119. OLE color: 6775119.

HSL color Cylindrical-coordinate representation of color #4F6167: hue angle of 195º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F6167 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7997103-
CMYK0.230.0600.60
HSL195º13.19%35.69%-
HSV(B)195º23.3%40.39%-
XYZ9.9511.1914.47-
YUV92.3134.04118.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.32%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 103 (40.62% from 255) = 36.92%
R=28.32%
G=34.77%
B=36.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79971030.230.0600.6019513.1935.69
Hex4F616717603Cc3d24
Octal1171411472760743031544
Binary100111111000011100111101111100111100110000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,97,103); }

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

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

 a { background-color: rgb(79,97,103); }

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

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

 span { border-color: rgb(79,97,103); }

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