#476276

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

Shades of Bismark #476276

Tints of Bismark #476276

Color information

#476276 (or 0x476276) is unknown color: approx Bismark. HEX triplet: 47, 62 and 76. RGB value is (71,98,118). Sum of RGB (Red+Green+Blue) = 71+98+118=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #476276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476276 is #B89D89. Grayscale: #5C5C5C. Windows color (decimal): -12098954 or 7758407. OLE color: 7758407.

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

Color convert

RGB7198118-
CMYK0.400.1700.54
HSL205.53º24.87%37.06%-
HSV(B)205.53º39.83%46.27%-
XYZ10.2411.3818.8-
YUV92.21142.55112.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=24.74%
G=34.15%
B=41.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71981180.400.1700.54205.5324.8737.06
Hex4762762811036ce1925
Octal10714216650210663163145
Binary1000111110001011101101010001000101101101100111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476276; }

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

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

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

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

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

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

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

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