#476D7F

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

Shades of Bismark #476D7F

Tints of Bismark #476D7F

Color information

#476D7F (or 0x476D7F) is unknown color: approx Bismark. HEX triplet: 47, 6D and 7F. RGB value is (71,109,127). Sum of RGB (Red+Green+Blue) = 71+109+127=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #476D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D7F is #B89280. Grayscale: #636363. Windows color (decimal): -12096129 or 8351047. OLE color: 8351047.

HSL color Cylindrical-coordinate representation of color #476D7F: hue angle of 199.29º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #476D7F is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB71109127-
CMYK0.440.1400.50
HSL199.29º28.28%38.82%-
HSV(B)199.29º44.09%49.8%-
XYZ11.913.8122.12-
YUV99.69143.41107.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 127 (50% from 255) = 41.37%
R=23.13%
G=35.50%
B=41.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711091270.440.1400.50199.2928.2838.82
Hex476D7F2CE032c71c27
Octal10715517754160623073447
Binary100011111011011111111101100111001100101100011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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