#476B76

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

Shades of Bismark #476B76

Tints of Bismark #476B76

Color information

#476B76 (or 0x476B76) is unknown color: approx Bismark. HEX triplet: 47, 6B and 76. RGB value is (71,107,118). Sum of RGB (Red+Green+Blue) = 71+107+118=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #476B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B76 is #B89489. Grayscale: #616161. Windows color (decimal): -12096650 or 7760711. OLE color: 7760711.

HSL color Cylindrical-coordinate representation of color #476B76: hue angle of 194.04º 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 #476B76 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB71107118-
CMYK0.400.0900.54
HSL194.04º24.87%37.06%-
HSV(B)194.04º39.83%46.27%-
XYZ11.1313.1619.09-
YUV97.49139.57109.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.99%
GREEN value IS 107 (42.19% from 255) = 36.15%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=23.99%
G=36.15%
B=39.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711071180.400.0900.54194.0424.8737.06
Hex476B76289036c21925
Octal10715316650110663023145
Binary100011111010111110110101000100101101101100001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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