Html Css Color HEX #47666F Smalt Blue

📋 copy color: '#47666F'

red 71 ◦ green 102 ◦ blue 111

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

Shades of Smalt Blue #47666F

Tints of Smalt Blue #47666F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.92%

 BLUE value IS 111 (43.75% from 255) = 39.08%

R = 25%
G = 35.92%
B = 39.08%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47666F (or 0x47666F) is known color: Smalt Blue. HEX triplet: 47, 66 and 6F. RGB value is (71,102,111). Sum of RGB (Red+Green+Blue) = 71+102+111=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 111 - color contains mainly: blue. Hex color #47666F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47666F is #B89990. Grayscale: #5D5D5D. Windows color (decimal): -12097937 or 7300679. OLE color: 7300679.

HSL color Cylindrical-coordinate representation of color #47666F: hue angle of 193.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #47666F is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 102 111 -
CMYK 0.36 0.08 0 0.56
HSL 193.5º 0.22% 0.36% -
HSV(B) 193.5º 0.36% 0.44% -
XYZ 10.22 11.99 16.81 -
YUV 93.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 71 102 111 0.36 0.08 0 0.56 193.5 0.22 0.36
Hex 47 66 6F 24 8 0 38 C2 16 24
Octal 107 146 157 44 10 0 70 302 26 44
Binary 1000111 1100110 1101111 100100 1000 0 111000 11000010 10110 100100

Color Harmonies of #47666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47666F

Black with #47666F

Text Example


Text Example

White with #47666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47666F; }

 p { color: rgb(71,102,111); }

 H1.HeaderClassName
 {
   color: #47666F;
 }
 .AnyTagClassName
 {
   color: #47666F;
 }
</style>

background-color css

<style>
 a { background-color: #47666F; }

 a { background-color: rgb(71,102,111); }

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

border-color css

<style>
 span { border-color: #47666F; }

 span { border-color: rgb(71,102,111); }

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