Html Css Color HEX #47626B Smalt Blue

📋 copy color: '#47626B'

red 71 ◦ green 98 ◦ blue 107

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

Shades of Smalt Blue #47626B

Tints of Smalt Blue #47626B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 25.72%
G = 35.51%
B = 38.77%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47626B (or 0x47626B) is known color: Smalt Blue. HEX triplet: 47, 62 and 6B. RGB value is (71,98,107). Sum of RGB (Red+Green+Blue) = 71+98+107=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #47626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47626B is #B89D94. Grayscale: #5A5A5A. Windows color (decimal): -12098965 or 7037511. OLE color: 7037511.

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

Color convert

RGB 71 98 107 -
CMYK 0.34 0.08 0 0.58
HSL 195º 0.2% 0.35% -
HSV(B) 195º 0.34% 0.42% -
XYZ 9.62 11.14 15.55 -
YUV 90.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 71 98 107 0.34 0.08 0 0.58 195 0.2 0.35
Hex 47 62 6B 22 8 0 3A C3 14 23
Octal 107 142 153 42 10 0 72 303 24 43
Binary 1000111 1100010 1101011 100010 1000 0 111010 11000011 10100 100011

Color Harmonies of #47626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47626B

Black with #47626B

Text Example


Text Example

White with #47626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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