Html Css Color HEX #47656E Smalt Blue

📋 copy color: '#47656E'

red 71 ◦ green 101 ◦ blue 110

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

Shades of Smalt Blue #47656E

Tints of Smalt Blue #47656E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.82%

 BLUE value IS 110 (43.36% from 255) = 39.01%

R = 25.18%
G = 35.82%
B = 39.01%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47656E (or 0x47656E) is known color: Smalt Blue. HEX triplet: 47, 65 and 6E. RGB value is (71,101,110). Sum of RGB (Red+Green+Blue) = 71+101+110=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 110 - color contains mainly: blue. Hex color #47656E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47656E is #B89A91. Grayscale: #5C5C5C. Windows color (decimal): -12098194 or 7234887. OLE color: 7234887.

HSL color Cylindrical-coordinate representation of color #47656E: hue angle of 193.85º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47656E is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 101 110 -
CMYK 0.35 0.08 0 0.57
HSL 193.85º 0.22% 0.35% -
HSV(B) 193.85º 0.35% 0.43% -
XYZ 10.07 11.77 16.49 -
YUV 93.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 71 101 110 0.35 0.08 0 0.57 193.85 0.22 0.35
Hex 47 65 6E 23 8 0 39 C2 16 23
Octal 107 145 156 43 10 0 71 302 26 43
Binary 1000111 1100101 1101110 100011 1000 0 111001 11000010 10110 100011

Color Harmonies of #47656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47656E

Black with #47656E

Text Example


Text Example

White with #47656E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47656E; }

 p { color: rgb(71,101,110); }

 H1.HeaderClassName
 {
   color: #47656E;
 }
 .AnyTagClassName
 {
   color: #47656E;
 }
</style>

background-color css

<style>
 a { background-color: #47656E; }

 a { background-color: rgb(71,101,110); }

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

border-color css

<style>
 span { border-color: #47656E; }

 span { border-color: rgb(71,101,110); }

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