Html Css Color HEX #47646C Smalt Blue

📋 copy color: '#47646C'

red 71 ◦ green 100 ◦ blue 108

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

Shades of Smalt Blue #47646C

Tints of Smalt Blue #47646C

RGB

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

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

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

R = 25.45%
G = 35.84%
B = 38.71%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47646C (or 0x47646C) is known color: Smalt Blue. HEX triplet: 47, 64 and 6C. RGB value is (71,100,108). Sum of RGB (Red+Green+Blue) = 71+100+108=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #47646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47646C is #B89B93. Grayscale: #5C5C5C. Windows color (decimal): -12098452 or 7103559. OLE color: 7103559.

HSL color Cylindrical-coordinate representation of color #47646C: hue angle of 192.97º 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 #47646C is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 100 108 -
CMYK 0.34 0.07 0 0.58
HSL 192.97º 0.21% 0.35% -
HSV(B) 192.97º 0.34% 0.42% -
XYZ 9.86 11.54 15.89 -
YUV 92.24 136.89 112.85 -
System Red Green Blue C M Y K H S L
Decimal 71 100 108 0.34 0.07 0 0.58 192.97 0.21 0.35
Hex 47 64 6C 22 7 0 3A C1 15 23
Octal 107 144 154 42 7 0 72 301 25 43
Binary 1000111 1100100 1101100 100010 111 0 111010 11000001 10101 100011

Color Harmonies of #47646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47646C

Black with #47646C

Text Example


Text Example

White with #47646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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