#476E7B

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

Shades of Bismark #476E7B

Tints of Bismark #476E7B

Color information

#476E7B (or 0x476E7B) is unknown color: approx Bismark. HEX triplet: 47, 6E and 7B. RGB value is (71,110,123). Sum of RGB (Red+Green+Blue) = 71+110+123=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #476E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E7B is #B89184. Grayscale: #636363. Windows color (decimal): -12095877 or 8089159. OLE color: 8089159.

HSL color Cylindrical-coordinate representation of color #476E7B: hue angle of 195º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #476E7B is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB71110123-
CMYK0.420.1100.52
HSL195º26.8%38.04%-
HSV(B)195º42.28%48.24%-
XYZ11.7513.9220.81-
YUV99.82141.08107.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=23.36%
G=36.18%
B=40.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711101230.420.1100.5219526.838.04
Hex476E7B2AB034c31b26
Octal10715617352130643033346
Binary100011111011101111011101010101101101001100001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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