#476E77

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

Shades of Bismark #476E77

Tints of Bismark #476E77

Color information

#476E77 (or 0x476E77) is unknown color: approx Bismark. HEX triplet: 47, 6E and 77. RGB value is (71,110,119). Sum of RGB (Red+Green+Blue) = 71+110+119=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #476E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E77 is #B89188. Grayscale: #636363. Windows color (decimal): -12095881 or 7827015. OLE color: 7827015.

HSL color Cylindrical-coordinate representation of color #476E77: hue angle of 191.25º 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 #476E77 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB71110119-
CMYK0.400.0800.53
HSL191.25º25.26%37.25%-
HSV(B)191.25º40.34%46.67%-
XYZ11.513.8219.51-
YUV99.36139.08107.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.67%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 119 (46.88% from 255) = 39.67%
R=23.67%
G=36.67%
B=39.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711101190.400.0800.53191.2525.2637.25
Hex476E77288035bf1925
Octal10715616750100652773145
Binary100011111011101110111101000100001101011011111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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