Html Css Color HEX #4F5E61 Smalt Blue

📋 copy color: '#4F5E61'

red 79 ◦ green 94 ◦ blue 97

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

Shades of Smalt Blue #4F5E61

Tints of Smalt Blue #4F5E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.81%

 BLUE value IS 97 (38.28% from 255) = 35.93%

R = 29.26%
G = 34.81%
B = 35.93%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F5E61 (or 0x4F5E61) is known color: Smalt Blue. HEX triplet: 4F, 5E and 61. RGB value is (79,94,97). Sum of RGB (Red+Green+Blue) = 79+94+97=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F5E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5E61 is #B0A19E. Grayscale: #595959. Windows color (decimal): -11575711 or 6381135. OLE color: 6381135.

HSL color Cylindrical-coordinate representation of color #4F5E61: hue angle of 190º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F5E61 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 94 97 -
CMYK 0.19 0.03 0 0.62
HSL 190º 0.1% 0.35% -
HSV(B) 190º 0.19% 0.38% -
XYZ 9.38 10.53 12.85 -
YUV 89.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 79 94 97 0.19 0.03 0 0.62 190 0.1 0.35
Hex 4F 5E 61 13 3 0 3E BE A 23
Octal 117 136 141 23 3 0 76 276 12 43
Binary 1001111 1011110 1100001 10011 11 0 111110 10111110 1010 100011

Color Harmonies of #4F5E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5E61

Black with #4F5E61

Text Example


Text Example

White with #4F5E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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