#406974

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

Shades of Bismark #406974

Tints of Bismark #406974

Color information

#406974 (or 0x406974) is unknown color: approx Bismark. HEX triplet: 40, 69 and 74. RGB value is (64,105,116). Sum of RGB (Red+Green+Blue) = 64+105+116=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #406974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406974 is #BF968B. Grayscale: #5D5D5D. Windows color (decimal): -12555916 or 7629120. OLE color: 7629120.

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

Color convert

RGB64105116-
CMYK0.450.0900.55
HSL192.69º28.89%35.29%-
HSV(B)192.69º44.83%45.49%-
XYZ10.3212.4518.38-
YUV94140.42106.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=22.46%
G=36.84%
B=40.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641051160.450.0900.55192.6928.8935.29
Hex4069742D9037c11d23
Octal10015116455110673013543
Binary100000011010011110100101101100101101111100000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406974; }

 p { color: rgb(64,105,116); }

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

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

 a { background-color: rgb(64,105,116); }

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

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

 span { border-color: rgb(64,105,116); }

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