Html Css Color HEX #47616A Smalt Blue

📋 copy color: '#47616A'

red 71 ◦ green 97 ◦ blue 106

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

Shades of Smalt Blue #47616A

Tints of Smalt Blue #47616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 25.91%
G = 35.4%
B = 38.69%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47616A (or 0x47616A) is known color: Smalt Blue. HEX triplet: 47, 61 and 6A. RGB value is (71,97,106). Sum of RGB (Red+Green+Blue) = 71+97+106=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 106 - color contains mainly: blue. Hex color #47616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47616A is #B89E95. Grayscale: #5A5A5A. Windows color (decimal): -12099222 or 6971719. OLE color: 6971719.

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

Color convert

RGB 71 97 106 -
CMYK 0.33 0.08 0 0.58
HSL 195.43º 0.2% 0.35% -
HSV(B) 195.43º 0.33% 0.42% -
XYZ 9.47 10.93 15.25 -
YUV 90.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 71 97 106 0.33 0.08 0 0.58 195.43 0.2 0.35
Hex 47 61 6A 21 8 0 3A C3 14 23
Octal 107 141 152 41 10 0 72 303 24 43
Binary 1000111 1100001 1101010 100001 1000 0 111010 11000011 10100 100011

Color Harmonies of #47616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47616A

Black with #47616A

Text Example


Text Example

White with #47616A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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