#406572

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

Shades of Bismark #406572

Tints of Bismark #406572

Color information

#406572 (or 0x406572) is unknown color: approx Bismark. HEX triplet: 40, 65 and 72. RGB value is (64,101,114). Sum of RGB (Red+Green+Blue) = 64+101+114=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #406572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406572 is #BF9A8D. Grayscale: #5B5B5B. Windows color (decimal): -12556942 or 7497024. OLE color: 7497024.

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

Color convert

RGB64101114-
CMYK0.440.1100.55
HSL195.6º28.09%34.9%-
HSV(B)195.6º43.86%44.71%-
XYZ9.8111.6117.64-
YUV91.42140.74108.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=22.94%
G=36.20%
B=40.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641011140.440.1100.55195.628.0934.9
Hex4065722CB037c41c23
Octal10014516254130673043443
Binary100000011001011110010101100101101101111100010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406572; }

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

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

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

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

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

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

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

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