#47687A

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

Shades of Bismark #47687A

Tints of Bismark #47687A

Color information

#47687A (or 0x47687A) is unknown color: approx Bismark. HEX triplet: 47, 68 and 7A. RGB value is (71,104,122). Sum of RGB (Red+Green+Blue) = 71+104+122=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #47687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47687A is #B89785. Grayscale: #606060. Windows color (decimal): -12097414 or 8022087. OLE color: 8022087.

HSL color Cylindrical-coordinate representation of color #47687A: hue angle of 201.18º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47687A is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB71104122-
CMYK0.420.1500.52
HSL201.18º26.42%37.84%-
HSV(B)201.18º41.8%47.84%-
XYZ11.0612.6520.27-
YUV96.18142.57110.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=23.91%
G=35.02%
B=41.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711041220.420.1500.52201.1826.4237.84
Hex47687A2AF034c91a26
Octal10715017252170643113246
Binary100011111010001111010101010111101101001100100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,104,122); }

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

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

 a { background-color: rgb(71,104,122); }

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

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

 span { border-color: rgb(71,104,122); }

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