Html Css Color HEX #4F646A Smalt Blue

📋 copy color: '#4F646A'

red 79 ◦ green 100 ◦ blue 106

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

Shades of Smalt Blue #4F646A

Tints of Smalt Blue #4F646A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 27.72%
G = 35.09%
B = 37.19%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F646A (or 0x4F646A) is known color: Smalt Blue. HEX triplet: 4F, 64 and 6A. RGB value is (79,100,106). Sum of RGB (Red+Green+Blue) = 79+100+106=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F646A is #B09B95. Grayscale: #5E5E5E. Windows color (decimal): -11574166 or 6972495. OLE color: 6972495.

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

Color convert

RGB 79 100 106 -
CMYK 0.25 0.06 0 0.58
HSL 193.33º 0.15% 0.36% -
HSV(B) 193.33º 0.25% 0.42% -
XYZ 10.38 11.82 15.37 -
YUV 94.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 79 100 106 0.25 0.06 0 0.58 193.33 0.15 0.36
Hex 4F 64 6A 19 6 0 3A C1 F 24
Octal 117 144 152 31 6 0 72 301 17 44
Binary 1001111 1100100 1101010 11001 110 0 111010 11000001 1111 100100

Color Harmonies of #4F646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F646A

Black with #4F646A

Text Example


Text Example

White with #4F646A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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