#406172

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

Shades of Bismark #406172

Tints of Bismark #406172

Color information

#406172 (or 0x406172) is unknown color: approx Bismark. HEX triplet: 40, 61 and 72. RGB value is (64,97,114). Sum of RGB (Red+Green+Blue) = 64+97+114=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #406172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406172 is #BF9E8D. Grayscale: #585858. Windows color (decimal): -12557966 or 7496000. OLE color: 7496000.

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

Color convert

RGB6497114-
CMYK0.440.1500.55
HSL200.4º28.09%34.9%-
HSV(B)200.4º43.86%44.71%-
XYZ9.4310.8517.52-
YUV89.07142.07110.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 114 (44.92% from 255) = 41.45%
R=23.27%
G=35.27%
B=41.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64971140.440.1500.55200.428.0934.9
Hex4061722CF037c81c23
Octal10014116254170673103443
Binary100000011000011110010101100111101101111100100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406172; }

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

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

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

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

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

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

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

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