#476471

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

Shades of Bismark #476471

Tints of Bismark #476471

Color information

#476471 (or 0x476471) is unknown color: approx Bismark. HEX triplet: 47, 64 and 71. RGB value is (71,100,113). Sum of RGB (Red+Green+Blue) = 71+100+113=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 113 - color contains mainly: blue. Hex color #476471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476471 is #B89B8E. Grayscale: #5C5C5C. Windows color (decimal): -12098447 or 7431239. OLE color: 7431239.

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

Color convert

RGB71100113-
CMYK0.370.1200.56
HSL198.57º22.83%36.08%-
HSV(B)198.57º37.17%44.31%-
XYZ10.1411.6517.34-
YUV92.81139.39112.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=25%
G=35.21%
B=39.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711001130.370.1200.56198.5722.8336.08
Hex47647125C038c71724
Octal10714416145140703072744
Binary100011111001001110001100101110001110001100011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476471; }

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

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

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

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

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

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

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

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