#476671

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

Shades of Bismark #476671

Tints of Bismark #476671

Color information

#476671 (or 0x476671) is unknown color: approx Bismark. HEX triplet: 47, 66 and 71. RGB value is (71,102,113). Sum of RGB (Red+Green+Blue) = 71+102+113=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #476671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476671 is #B8998E. Grayscale: #5D5D5D. Windows color (decimal): -12097935 or 7431751. OLE color: 7431751.

HSL color Cylindrical-coordinate representation of color #476671: hue angle of 195.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476671 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB71102113-
CMYK0.370.1000.56
HSL195.71º22.83%36.08%-
HSV(B)195.71º37.17%44.31%-
XYZ10.3312.0317.4-
YUV93.98138.73111.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 113 (44.53% from 255) = 39.51%
R=24.83%
G=35.66%
B=39.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711021130.370.1000.56195.7122.8336.08
Hex47667125A038c41724
Octal10714616145120703042744
Binary100011111001101110001100101101001110001100010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476671; }

 p { color: rgb(71,102,113); }

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

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

 a { background-color: rgb(71,102,113); }

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

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

 span { border-color: rgb(71,102,113); }

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