#476372

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

Shades of Bismark #476372

Tints of Bismark #476372

Color information

#476372 (or 0x476372) is unknown color: approx Bismark. HEX triplet: 47, 63 and 72. RGB value is (71,99,114). Sum of RGB (Red+Green+Blue) = 71+99+114=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #476372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476372 is #B89C8D. Grayscale: #5C5C5C. Windows color (decimal): -12098702 or 7496519. OLE color: 7496519.

HSL color Cylindrical-coordinate representation of color #476372: hue angle of 200.93º degrees, saturation: 0.23, 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 #476372 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7199114-
CMYK0.380.1300.55
HSL200.93º23.24%36.27%-
HSV(B)200.93º37.72%44.71%-
XYZ10.111.4817.6-
YUV92.34140.22112.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=25%
G=34.86%
B=40.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71991140.380.1300.55200.9323.2436.27
Hex47637226D037c91724
Octal10714316246150673112744
Binary100011111000111110010100110110101101111100100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476372; }

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

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

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

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

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

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

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

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