Html Css Color HEX #47626C Smalt Blue

📋 copy color: '#47626C'

red 71 ◦ green 98 ◦ blue 108

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

Shades of Smalt Blue #47626C

Tints of Smalt Blue #47626C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.38%

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

R = 25.63%
G = 35.38%
B = 38.99%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47626C (or 0x47626C) is known color: Smalt Blue. HEX triplet: 47, 62 and 6C. RGB value is (71,98,108). Sum of RGB (Red+Green+Blue) = 71+98+108=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #47626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47626C is #B89D93. Grayscale: #5B5B5B. Windows color (decimal): -12098964 or 7103047. OLE color: 7103047.

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

Color convert

RGB 71 98 108 -
CMYK 0.34 0.09 0 0.58
HSL 196.22º 0.21% 0.35% -
HSV(B) 196.22º 0.34% 0.42% -
XYZ 9.67 11.16 15.83 -
YUV 91.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 71 98 108 0.34 0.09 0 0.58 196.22 0.21 0.35
Hex 47 62 6C 22 9 0 3A C4 15 23
Octal 107 142 154 42 11 0 72 304 25 43
Binary 1000111 1100010 1101100 100010 1001 0 111010 11000100 10101 100011

Color Harmonies of #47626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47626C

Black with #47626C

Text Example


Text Example

White with #47626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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