#406573

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

Shades of Bismark #406573

Tints of Bismark #406573

Color information

#406573 (or 0x406573) is unknown color: approx Bismark. HEX triplet: 40, 65 and 73. RGB value is (64,101,115). Sum of RGB (Red+Green+Blue) = 64+101+115=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #406573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406573 is #BF9A8C. Grayscale: #5B5B5B. Windows color (decimal): -12556941 or 7562560. OLE color: 7562560.

HSL color Cylindrical-coordinate representation of color #406573: hue angle of 196.47º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #406573 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB64101115-
CMYK0.440.1200.55
HSL196.47º28.49%35.1%-
HSV(B)196.47º44.35%45.1%-
XYZ9.8611.6417.95-
YUV91.53141.24108.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.86%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 115 (45.31% from 255) = 41.07%
R=22.86%
G=36.07%
B=41.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641011150.440.1200.55196.4728.4935.1
Hex4065732CC037c41c23
Octal10014516354140673043443
Binary100000011001011110011101100110001101111100010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406573; }

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

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

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

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

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

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

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

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