#476676

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

Shades of Bismark #476676

Tints of Bismark #476676

Color information

#476676 (or 0x476676) is unknown color: approx Bismark. HEX triplet: 47, 66 and 76. RGB value is (71,102,118). Sum of RGB (Red+Green+Blue) = 71+102+118=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #476676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476676 is #B89989. Grayscale: #5E5E5E. Windows color (decimal): -12097930 or 7759431. OLE color: 7759431.

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

Color convert

RGB71102118-
CMYK0.400.1400.54
HSL200.43º24.87%37.06%-
HSV(B)200.43º39.83%46.27%-
XYZ10.6212.1518.93-
YUV94.56141.23111.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=24.40%
G=35.05%
B=40.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711021180.400.1400.54200.4324.8737.06
Hex47667628E036c81925
Octal10714616650160663103145
Binary100011111001101110110101000111001101101100100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476676; }

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

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

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

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

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

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

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

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