#476D83

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

Shades of Bismark #476D83

Tints of Bismark #476D83

Color information

#476D83 (or 0x476D83) is unknown color: approx Bismark. HEX triplet: 47, 6D and 83. RGB value is (71,109,131). Sum of RGB (Red+Green+Blue) = 71+109+131=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #476D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476D83 is #B8927C. Grayscale: #646464. Windows color (decimal): -12096125 or 8613191. OLE color: 8613191.

HSL color Cylindrical-coordinate representation of color #476D83: hue angle of 202º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #476D83 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB71109131-
CMYK0.460.1700.49
HSL202º29.7%39.61%-
HSV(B)202º45.8%51.37%-
XYZ12.1613.9223.52-
YUV100.15145.41107.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 109 (42.97% from 255) = 35.05%
BLUE value IS 131 (51.56% from 255) = 42.12%
R=22.83%
G=35.05%
B=42.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711091310.460.1700.4920229.739.61
Hex476D832E11031ca1e28
Octal10715520356210613123650
Binary10001111101101100000111011101000101100011100101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,109,131); }

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

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

 a { background-color: rgb(71,109,131); }

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

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

 span { border-color: rgb(71,109,131); }

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