#476573

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

Shades of Bismark #476573

Tints of Bismark #476573

Color information

#476573 (or 0x476573) is unknown color: approx Bismark. HEX triplet: 47, 65 and 73. RGB value is (71,101,115). Sum of RGB (Red+Green+Blue) = 71+101+115=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #476573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476573 is #B89A8C. Grayscale: #5D5D5D. Windows color (decimal): -12098189 or 7562567. OLE color: 7562567.

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

Color convert

RGB71101115-
CMYK0.380.1200.55
HSL199.09º23.66%36.47%-
HSV(B)199.09º38.26%45.1%-
XYZ10.3511.8817.97-
YUV93.63140.06111.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=24.74%
G=35.19%
B=40.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711011150.380.1200.55199.0923.6636.47
Hex47657326C037c71824
Octal10714516346140673073044
Binary100011111001011110011100110110001101111100011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476573; }

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

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

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

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

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

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

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

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