#476379

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

Shades of Bismark #476379

Tints of Bismark #476379

Color information

#476379 (or 0x476379) is unknown color: approx Bismark. HEX triplet: 47, 63 and 79. RGB value is (71,99,121). Sum of RGB (Red+Green+Blue) = 71+99+121=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #476379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476379 is #B89C86. Grayscale: #5D5D5D. Windows color (decimal): -12098695 or 7955271. OLE color: 7955271.

HSL color Cylindrical-coordinate representation of color #476379: hue angle of 206.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #476379 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7199121-
CMYK0.410.1800.53
HSL206.4º26.04%37.65%-
HSV(B)206.4º41.32%47.45%-
XYZ10.5111.6419.78-
YUV93.14143.72112.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 121 (47.66% from 255) = 41.58%
R=24.40%
G=34.02%
B=41.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71991210.410.1800.53206.426.0437.65
Hex4763792912035ce1a26
Octal10714317151220653163246
Binary1000111110001111110011010011001001101011100111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476379; }

 p { color: rgb(71,99,121); }

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

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

 a { background-color: rgb(71,99,121); }

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

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

 span { border-color: rgb(71,99,121); }

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