#406272

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

Shades of Bismark #406272

Tints of Bismark #406272

Color information

#406272 (or 0x406272) is unknown color: approx Bismark. HEX triplet: 40, 62 and 72. RGB value is (64,98,114). Sum of RGB (Red+Green+Blue) = 64+98+114=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #406272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406272 is #BF9D8D. Grayscale: #595959. Windows color (decimal): -12557710 or 7496256. OLE color: 7496256.

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

Color convert

RGB6498114-
CMYK0.440.1400.55
HSL199.2º28.09%34.9%-
HSV(B)199.2º43.86%44.71%-
XYZ9.5211.0417.55-
YUV89.66141.74109.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=23.19%
G=35.51%
B=41.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64981140.440.1400.55199.228.0934.9
Hex4062722CE037c71c23
Octal10014216254160673073443
Binary100000011000101110010101100111001101111100011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406272; }

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

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

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

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

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

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

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

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