#476D81

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

Shades of Bismark #476D81

Tints of Bismark #476D81

Color information

#476D81 (or 0x476D81) is unknown color: approx Bismark. HEX triplet: 47, 6D and 81. RGB value is (71,109,129). Sum of RGB (Red+Green+Blue) = 71+109+129=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #476D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476D81 is #B8927E. Grayscale: #636363. Windows color (decimal): -12096127 or 8482119. OLE color: 8482119.

HSL color Cylindrical-coordinate representation of color #476D81: hue angle of 200.69º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #476D81 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB71109129-
CMYK0.450.1600.49
HSL200.69º29%39.22%-
HSV(B)200.69º44.96%50.59%-
XYZ12.0313.8622.81-
YUV99.92144.41107.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=22.98%
G=35.28%
B=41.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711091290.450.1600.49200.692939.22
Hex476D812D10031c91d27
Octal10715520155200613113547
Binary10001111101101100000011011011000001100011100100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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