#476571

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

Shades of Bismark #476571

Tints of Bismark #476571

Color information

#476571 (or 0x476571) is unknown color: approx Bismark. HEX triplet: 47, 65 and 71. RGB value is (71,101,113). Sum of RGB (Red+Green+Blue) = 71+101+113=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #476571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476571 is #B89A8E. Grayscale: #5D5D5D. Windows color (decimal): -12098191 or 7431495. OLE color: 7431495.

HSL color Cylindrical-coordinate representation of color #476571: hue angle of 197.14º 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 #476571 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB71101113-
CMYK0.370.1100.56
HSL197.14º22.83%36.08%-
HSV(B)197.14º37.17%44.31%-
XYZ10.2311.8417.37-
YUV93.4139.06112.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=24.91%
G=35.44%
B=39.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711011130.370.1100.56197.1422.8336.08
Hex47657125B038c51724
Octal10714516145130703052744
Binary100011111001011110001100101101101110001100010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476571; }

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

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

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

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

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

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

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

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