#476977

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

Shades of Bismark #476977

Tints of Bismark #476977

Color information

#476977 (or 0x476977) is unknown color: approx Bismark. HEX triplet: 47, 69 and 77. RGB value is (71,105,119). Sum of RGB (Red+Green+Blue) = 71+105+119=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #476977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476977 is #B89688. Grayscale: #606060. Windows color (decimal): -12097161 or 7825735. OLE color: 7825735.

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

Color convert

RGB71105119-
CMYK0.400.1200.53
HSL197.5º25.26%37.25%-
HSV(B)197.5º40.34%46.67%-
XYZ10.9812.7719.34-
YUV96.43140.74109.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 119 (46.88% from 255) = 40.34%
R=24.07%
G=35.59%
B=40.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711051190.400.1200.53197.525.2637.25
Hex47697728C035c61925
Octal10715116750140653063145
Binary100011111010011110111101000110001101011100011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476977; }

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

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

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

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

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

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

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

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