#476E7F

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

Shades of Bismark #476E7F

Tints of Bismark #476E7F

Color information

#476E7F (or 0x476E7F) is unknown color: approx Bismark. HEX triplet: 47, 6E and 7F. RGB value is (71,110,127). Sum of RGB (Red+Green+Blue) = 71+110+127=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #476E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E7F is #B89180. Grayscale: #646464. Windows color (decimal): -12095873 or 8351303. OLE color: 8351303.

HSL color Cylindrical-coordinate representation of color #476E7F: hue angle of 198.21º 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 #476E7F is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB71110127-
CMYK0.440.1300.50
HSL198.21º28.28%38.82%-
HSV(B)198.21º44.09%49.8%-
XYZ12.0114.0222.15-
YUV100.28143.08107.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 127 (50% from 255) = 41.23%
R=23.05%
G=35.71%
B=41.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711101270.440.1300.50198.2128.2838.82
Hex476E7F2CD032c61c27
Octal10715617754150623063447
Binary100011111011101111111101100110101100101100011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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