#47647A

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

Shades of Bismark #47647A

Tints of Bismark #47647A

Color information

#47647A (or 0x47647A) is unknown color: approx Bismark. HEX triplet: 47, 64 and 7A. RGB value is (71,100,122). Sum of RGB (Red+Green+Blue) = 71+100+122=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #47647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47647A is #B89B85. Grayscale: #5D5D5D. Windows color (decimal): -12098438 or 8021063. OLE color: 8021063.

HSL color Cylindrical-coordinate representation of color #47647A: hue angle of 205.88º 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 #47647A is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB71100122-
CMYK0.420.1800.52
HSL205.88º26.42%37.84%-
HSV(B)205.88º41.8%47.84%-
XYZ10.6711.8620.14-
YUV93.84143.89111.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 122 (48.05% from 255) = 41.64%
R=24.23%
G=34.13%
B=41.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711001220.420.1800.52205.8826.4237.84
Hex47647A2A12034ce1a26
Octal10714417252220643163246
Binary1000111110010011110101010101001001101001100111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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