#476976

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

Shades of Bismark #476976

Tints of Bismark #476976

Color information

#476976 (or 0x476976) is unknown color: approx Bismark. HEX triplet: 47, 69 and 76. RGB value is (71,105,118). Sum of RGB (Red+Green+Blue) = 71+105+118=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #476976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476976 is #B89689. Grayscale: #606060. Windows color (decimal): -12097162 or 7760199. OLE color: 7760199.

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

Color convert

RGB71105118-
CMYK0.400.1100.54
HSL196.6º24.87%37.06%-
HSV(B)196.6º39.83%46.27%-
XYZ10.9212.7519.03-
YUV96.32140.24109.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 105 (41.41% from 255) = 35.71%
BLUE value IS 118 (46.48% from 255) = 40.14%
R=24.15%
G=35.71%
B=40.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711051180.400.1100.54196.624.8737.06
Hex47697628B036c51925
Octal10715116650130663053145
Binary100011111010011110110101000101101101101100010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476976; }

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

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

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

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

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

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

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

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