Html Css Color HEX #4F666D Smalt Blue

📋 copy color: '#4F666D'

red 79 ◦ green 102 ◦ blue 109

#4F666D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt Blue #4F666D

Tints of Smalt Blue #4F666D

RGB

 RED value IS 79 (31.25% from 255) = 27.24%

 GREEN value IS 102 (40.23% from 255) = 35.17%

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 27.24%
G = 35.17%
B = 37.59%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F666D (or 0x4F666D) is known color: Smalt Blue. HEX triplet: 4F, 66 and 6D. RGB value is (79,102,109). Sum of RGB (Red+Green+Blue) = 79+102+109=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F666D is #B09992. Grayscale: #5F5F5F. Windows color (decimal): -11573651 or 7169615. OLE color: 7169615.

HSL color Cylindrical-coordinate representation of color #4F666D: hue angle of 194º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F666D is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 79 102 109 -
CMYK 0.28 0.06 0 0.57
HSL 194º 0.16% 0.37% -
HSV(B) 194º 0.28% 0.43% -
XYZ 10.74 12.27 16.27 -
YUV 95.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 79 102 109 0.28 0.06 0 0.57 194 0.16 0.37
Hex 4F 66 6D 1C 6 0 39 C2 10 25
Octal 117 146 155 34 6 0 71 302 20 45
Binary 1001111 1100110 1101101 11100 110 0 111001 11000010 10000 100101

Color Harmonies of #4F666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F666D

Black with #4F666D

Text Example


Text Example

White with #4F666D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,102,109); }

 H1.HeaderClassName
 {
   color: #4F666D;
 }
 .AnyTagClassName
 {
   color: #4F666D;
 }
</style>

background-color css

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

 a { background-color: rgb(79,102,109); }

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

border-color css

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

 span { border-color: rgb(79,102,109); }

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