#476A7C

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

Shades of Bismark #476A7C

Tints of Bismark #476A7C

Color information

#476A7C (or 0x476A7C) is unknown color: approx Bismark. HEX triplet: 47, 6A and 7C. RGB value is (71,106,124). Sum of RGB (Red+Green+Blue) = 71+106+124=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #476A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A7C is #B89583. Grayscale: #616161. Windows color (decimal): -12096900 or 8153671. OLE color: 8153671.

HSL color Cylindrical-coordinate representation of color #476A7C: hue angle of 200.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #476A7C is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB71106124-
CMYK0.430.1500.51
HSL200.38º27.18%38.24%-
HSV(B)200.38º42.74%48.63%-
XYZ11.3913.121-
YUV97.59142.9109.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=23.59%
G=35.22%
B=41.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711061240.430.1500.51200.3827.1838.24
Hex476A7C2BF033c81b26
Octal10715217453170633103346
Binary100011111010101111100101011111101100111100100011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476A7C; }

 p { color: rgb(71,106,124); }

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

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

 a { background-color: rgb(71,106,124); }

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

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

 span { border-color: rgb(71,106,124); }

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