#476C82

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

Shades of Bismark #476C82

Tints of Bismark #476C82

Color information

#476C82 (or 0x476C82) is unknown color: approx Bismark. HEX triplet: 47, 6C and 82. RGB value is (71,108,130). Sum of RGB (Red+Green+Blue) = 71+108+130=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #476C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C82 is #B8937D. Grayscale: #636363. Windows color (decimal): -12096382 or 8547399. OLE color: 8547399.

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

Color convert

RGB71108130-
CMYK0.450.1700.49
HSL202.37º29.35%39.41%-
HSV(B)202.37º45.38%50.98%-
XYZ11.9913.6823.13-
YUV99.44145.24107.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 130 (51.17% from 255) = 42.07%
R=22.98%
G=34.95%
B=42.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711081300.450.1700.49202.3729.3539.41
Hex476C822D11031ca1d27
Octal10715420255210613123547
Binary10001111101100100000101011011000101100011100101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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