#477077

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

Shades of Bismark #477077

Tints of Bismark #477077

Color information

#477077 (or 0x477077) is unknown color: approx Bismark. HEX triplet: 47, 70 and 77. RGB value is (71,112,119). Sum of RGB (Red+Green+Blue) = 71+112+119=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #477077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477077 is #B88F88. Grayscale: #646464. Windows color (decimal): -12095369 or 7827527. OLE color: 7827527.

HSL color Cylindrical-coordinate representation of color #477077: hue angle of 188.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #477077 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB71112119-
CMYK0.400.0600.53
HSL188.75º25.26%37.25%-
HSV(B)188.75º40.34%46.67%-
XYZ11.7214.2619.59-
YUV100.54138.42106.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 119 (46.88% from 255) = 39.40%
R=23.51%
G=37.09%
B=39.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711121190.400.0600.53188.7525.2637.25
Hex477077286035bd1925
Octal1071601675060652753145
Binary10001111110000111011110100011001101011011110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477077; }

 p { color: rgb(71,112,119); }

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

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

 a { background-color: rgb(71,112,119); }

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

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

 span { border-color: rgb(71,112,119); }

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