#477682

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

Shades of Bismark #477682

Tints of Bismark #477682

Color information

#477682 (or 0x477682) is unknown color: approx Bismark. HEX triplet: 47, 76 and 82. RGB value is (71,118,130). Sum of RGB (Red+Green+Blue) = 71+118+130=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #477682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477682 is #B8897D. Grayscale: #696969. Windows color (decimal): -12093822 or 8549959. OLE color: 8549959.

HSL color Cylindrical-coordinate representation of color #477682: hue angle of 192.2º 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 #477682 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB71118130-
CMYK0.450.0900.49
HSL192.2º29.35%39.41%-
HSV(B)192.2º45.38%50.98%-
XYZ13.1115.9123.5-
YUV105.32141.93103.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=22.26%
G=36.99%
B=40.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711181300.450.0900.49192.229.3539.41
Hex4776822D9031c01d27
Octal10716620255110613003547
Binary1000111111011010000010101101100101100011100000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477682; }

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

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

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

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

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

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

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

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