#406173

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

Shades of Bismark #406173

Tints of Bismark #406173

Color information

#406173 (or 0x406173) is unknown color: approx Bismark. HEX triplet: 40, 61 and 73. RGB value is (64,97,115). Sum of RGB (Red+Green+Blue) = 64+97+115=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #406173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406173 is #BF9E8C. Grayscale: #595959. Windows color (decimal): -12557965 or 7561536. OLE color: 7561536.

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

Color convert

RGB6497115-
CMYK0.440.1600.55
HSL201.18º28.49%35.1%-
HSV(B)201.18º44.35%45.1%-
XYZ9.4810.8817.82-
YUV89.18142.57110.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=23.19%
G=35.14%
B=41.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64971150.440.1600.55201.1828.4935.1
Hex4061732C10037c91c23
Octal10014116354200673113443
Binary1000000110000111100111011001000001101111100100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406173; }

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

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

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

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

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

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

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

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