#476C80

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

Shades of Bismark #476C80

Tints of Bismark #476C80

Color information

#476C80 (or 0x476C80) is unknown color: approx Bismark. HEX triplet: 47, 6C and 80. RGB value is (71,108,128). Sum of RGB (Red+Green+Blue) = 71+108+128=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #476C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C80 is #B8937F. Grayscale: #636363. Windows color (decimal): -12096384 or 8416327. OLE color: 8416327.

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

Color convert

RGB71108128-
CMYK0.450.1600.50
HSL201.05º28.64%39.02%-
HSV(B)201.05º44.53%50.2%-
XYZ11.8613.6222.43-
YUV99.22144.24107.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=23.13%
G=35.18%
B=41.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711081280.450.1600.50201.0528.6439.02
Hex476C802D10032c91d27
Octal10715420055200623113547
Binary10001111101100100000001011011000001100101100100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,108,128); }

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

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

 a { background-color: rgb(71,108,128); }

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

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

 span { border-color: rgb(71,108,128); }

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