#476373

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

Shades of Bismark #476373

Tints of Bismark #476373

Color information

#476373 (or 0x476373) is unknown color: approx Bismark. HEX triplet: 47, 63 and 73. RGB value is (71,99,115). Sum of RGB (Red+Green+Blue) = 71+99+115=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #476373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476373 is #B89C8C. Grayscale: #5C5C5C. Windows color (decimal): -12098701 or 7562055. OLE color: 7562055.

HSL color Cylindrical-coordinate representation of color #476373: hue angle of 201.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476373 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7199115-
CMYK0.380.1400.55
HSL201.82º23.66%36.47%-
HSV(B)201.82º38.26%45.1%-
XYZ10.1511.517.9-
YUV92.45140.72112.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 115 (45.31% from 255) = 40.35%
R=24.91%
G=34.74%
B=40.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71991150.380.1400.55201.8223.6636.47
Hex47637326E037ca1824
Octal10714316346160673123044
Binary100011111000111110011100110111001101111100101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476373; }

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

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

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

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

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

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

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

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