#47626F

Color #47626F Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #47626F

Tints of Bismark #47626F

Color information

#47626F (or 0x47626F) is unknown color: approx Bismark. HEX triplet: 47, 62 and 6F. RGB value is (71,98,111). Sum of RGB (Red+Green+Blue) = 71+98+111=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #47626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47626F is #B89D90. Grayscale: #5B5B5B. Windows color (decimal): -12098961 or 7299655. OLE color: 7299655.

HSL color Cylindrical-coordinate representation of color #47626F: hue angle of 199.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 #47626F is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7198111-
CMYK0.360.1200.56
HSL199.5º21.98%35.69%-
HSV(B)199.5º36.04%43.53%-
XYZ9.8411.2216.69-
YUV91.41139.05113.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=25.36%
G=35%
B=39.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71981110.360.1200.56199.521.9835.69
Hex47626F24C038c81624
Octal10714215744140703102644
Binary100011111000101101111100100110001110001100100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47626F;
 }
 .AnyTagClassName
 {
   color: #47626F;
 }
</style>
background-color css

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

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

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

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

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

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