Html Css Color HEX #47636A Smalt Blue

📋 copy color: '#47636A'

red 71 ◦ green 99 ◦ blue 106

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

Shades of Smalt Blue #47636A

Tints of Smalt Blue #47636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.87%

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

R = 25.72%
G = 35.87%
B = 38.41%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47636A (or 0x47636A) is known color: Smalt Blue. HEX triplet: 47, 63 and 6A. RGB value is (71,99,106). Sum of RGB (Red+Green+Blue) = 71+99+106=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #47636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47636A is #B89C95. Grayscale: #5B5B5B. Windows color (decimal): -12098710 or 6972231. OLE color: 6972231.

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

Color convert

RGB 71 99 106 -
CMYK 0.33 0.07 0 0.58
HSL 192º 0.2% 0.35% -
HSV(B) 192º 0.33% 0.42% -
XYZ 9.66 11.3 15.31 -
YUV 91.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 71 99 106 0.33 0.07 0 0.58 192 0.2 0.35
Hex 47 63 6A 21 7 0 3A C0 14 23
Octal 107 143 152 41 7 0 72 300 24 43
Binary 1000111 1100011 1101010 100001 111 0 111010 11000000 10100 100011

Color Harmonies of #47636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47636A

Black with #47636A

Text Example


Text Example

White with #47636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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