#476D76

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

Shades of Bismark #476D76

Tints of Bismark #476D76

Color information

#476D76 (or 0x476D76) is unknown color: approx Bismark. HEX triplet: 47, 6D and 76. RGB value is (71,109,118). Sum of RGB (Red+Green+Blue) = 71+109+118=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #476D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D76 is #B89289. Grayscale: #626262. Windows color (decimal): -12096138 or 7761223. OLE color: 7761223.

HSL color Cylindrical-coordinate representation of color #476D76: hue angle of 191.49º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #476D76 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB71109118-
CMYK0.400.0800.54
HSL191.49º24.87%37.06%-
HSV(B)191.49º39.83%46.27%-
XYZ11.3413.5819.16-
YUV98.66138.91108.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.83%
GREEN value IS 109 (42.97% from 255) = 36.58%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=23.83%
G=36.58%
B=39.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711091180.400.0800.54191.4924.8737.06
Hex476D76288036bf1925
Octal10715516650100662773145
Binary100011111011011110110101000100001101101011111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,109,118); }

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

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

 a { background-color: rgb(71,109,118); }

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

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

 span { border-color: rgb(71,109,118); }

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