#476176

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

Shades of Bismark #476176

Tints of Bismark #476176

Color information

#476176 (or 0x476176) is unknown color: approx Bismark. HEX triplet: 47, 61 and 76. RGB value is (71,97,118). Sum of RGB (Red+Green+Blue) = 71+97+118=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #476176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476176 is #B89E89. Grayscale: #5B5B5B. Windows color (decimal): -12099210 or 7758151. OLE color: 7758151.

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

Color convert

RGB7197118-
CMYK0.400.1800.54
HSL206.81º24.87%37.06%-
HSV(B)206.81º39.83%46.27%-
XYZ10.1411.218.77-
YUV91.62142.89113.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=24.83%
G=33.92%
B=41.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71971180.400.1800.54206.8124.8737.06
Hex4761762812036cf1925
Octal10714116650220663173145
Binary1000111110000111101101010001001001101101100111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476176; }

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

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

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

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

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

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

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

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