#477483

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

Shades of Bismark #477483

Tints of Bismark #477483

Color information

#477483 (or 0x477483) is unknown color: approx Bismark. HEX triplet: 47, 74 and 83. RGB value is (71,116,131). Sum of RGB (Red+Green+Blue) = 71+116+131=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 131 - color contains mainly: blue. Hex color #477483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477483 is #B88B7C. Grayscale: #686868. Windows color (decimal): -12094333 or 8614983. OLE color: 8614983.

HSL color Cylindrical-coordinate representation of color #477483: hue angle of 195º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #477483 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB71116131-
CMYK0.460.1100.49
HSL195º29.7%39.61%-
HSV(B)195º45.8%51.37%-
XYZ12.9415.4723.78-
YUV104.26143.09104.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.33%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 131 (51.56% from 255) = 41.19%
R=22.33%
G=36.48%
B=41.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711161310.460.1100.4919529.739.61
Hex4774832EB031c31e28
Octal10716420356130613033650
Binary1000111111010010000011101110101101100011100001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477483; }

 p { color: rgb(71,116,131); }

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

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

 a { background-color: rgb(71,116,131); }

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

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

 span { border-color: rgb(71,116,131); }

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