#476876

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

Shades of Bismark #476876

Tints of Bismark #476876

Color information

#476876 (or 0x476876) is unknown color: approx Bismark. HEX triplet: 47, 68 and 76. RGB value is (71,104,118). Sum of RGB (Red+Green+Blue) = 71+104+118=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #476876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476876 is #B89789. Grayscale: #5F5F5F. Windows color (decimal): -12097418 or 7759943. OLE color: 7759943.

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

Color convert

RGB71104118-
CMYK0.400.1200.54
HSL197.87º24.87%37.06%-
HSV(B)197.87º39.83%46.27%-
XYZ10.8212.5518.99-
YUV95.73140.57110.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=24.23%
G=35.49%
B=40.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711041180.400.1200.54197.8724.8737.06
Hex47687628C036c61925
Octal10715016650140663063145
Binary100011111010001110110101000110001101101100011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476876; }

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

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

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

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

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

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

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

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