#476F7F

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

Shades of Bismark #476F7F

Tints of Bismark #476F7F

Color information

#476F7F (or 0x476F7F) is unknown color: approx Bismark. HEX triplet: 47, 6F and 7F. RGB value is (71,111,127). Sum of RGB (Red+Green+Blue) = 71+111+127=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #476F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F7F is #B89080. Grayscale: #646464. Windows color (decimal): -12095617 or 8351559. OLE color: 8351559.

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

Color convert

RGB71111127-
CMYK0.440.1300.50
HSL197.14º28.28%38.82%-
HSV(B)197.14º44.09%49.8%-
XYZ12.1114.2422.19-
YUV100.86142.75106.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 127 (50% from 255) = 41.10%
R=22.98%
G=35.92%
B=41.10%

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
Decimal711111270.440.1300.50197.1428.2838.82
Hex476F7F2CD032c51c27
Octal10715717754150623053447
Binary100011111011111111111101100110101100101100010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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