#476B7B

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

Shades of Bismark #476B7B

Tints of Bismark #476B7B

Color information

#476B7B (or 0x476B7B) is unknown color: approx Bismark. HEX triplet: 47, 6B and 7B. RGB value is (71,107,123). Sum of RGB (Red+Green+Blue) = 71+107+123=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #476B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B7B is #B89484. Grayscale: #616161. Windows color (decimal): -12096645 or 8088391. OLE color: 8088391.

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

Color convert

RGB71107123-
CMYK0.420.1300.52
HSL198.46º26.8%38.04%-
HSV(B)198.46º42.28%48.24%-
XYZ11.4313.2920.7-
YUV98.06142.07108.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 123 (48.44% from 255) = 40.86%
R=23.59%
G=35.55%
B=40.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711071230.420.1300.52198.4626.838.04
Hex476B7B2AD034c61b26
Octal10715317352150643063346
Binary100011111010111111011101010110101101001100011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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