Html Css Color HEX #47616C Smalt Blue

📋 copy color: '#47616C'

red 71 ◦ green 97 ◦ blue 108

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

Shades of Smalt Blue #47616C

Tints of Smalt Blue #47616C

RGB

 RED value IS 71 (28.13% from 255) = 25.72%

 GREEN value IS 97 (38.28% from 255) = 35.14%

 BLUE value IS 108 (42.58% from 255) = 39.13%

R = 25.72%
G = 35.14%
B = 39.13%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47616C (or 0x47616C) is known color: Smalt Blue. HEX triplet: 47, 61 and 6C. RGB value is (71,97,108). Sum of RGB (Red+Green+Blue) = 71+97+108=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #47616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47616C is #B89E93. Grayscale: #5A5A5A. Windows color (decimal): -12099220 or 7102791. OLE color: 7102791.

HSL color Cylindrical-coordinate representation of color #47616C: hue angle of 197.84º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47616C is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 97 108 -
CMYK 0.34 0.10 0 0.58
HSL 197.84º 0.21% 0.35% -
HSV(B) 197.84º 0.34% 0.42% -
XYZ 9.58 10.97 15.8 -
YUV 90.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 71 97 108 0.34 0.10 0 0.58 197.84 0.21 0.35
Hex 47 61 6C 22 A 0 3A C6 15 23
Octal 107 141 154 42 12 0 72 306 25 43
Binary 1000111 1100001 1101100 100010 1010 0 111010 11000110 10101 100011

Color Harmonies of #47616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47616C

Black with #47616C

Text Example


Text Example

White with #47616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47616C; }

 p { color: rgb(71,97,108); }

 H1.HeaderClassName
 {
   color: #47616C;
 }
 .AnyTagClassName
 {
   color: #47616C;
 }
</style>

background-color css

<style>
 a { background-color: #47616C; }

 a { background-color: rgb(71,97,108); }

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

border-color css

<style>
 span { border-color: #47616C; }

 span { border-color: rgb(71,97,108); }

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