#406276

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

Shades of Bismark #406276

Tints of Bismark #406276

Color information

#406276 (or 0x406276) is unknown color: approx Bismark. HEX triplet: 40, 62 and 76. RGB value is (64,98,118). Sum of RGB (Red+Green+Blue) = 64+98+118=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #406276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406276 is #BF9D89. Grayscale: #5A5A5A. Windows color (decimal): -12557706 or 7758400. OLE color: 7758400.

HSL color Cylindrical-coordinate representation of color #406276: hue angle of 202.22º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #406276 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6498118-
CMYK0.460.1700.54
HSL202.22º29.67%35.69%-
HSV(B)202.22º45.76%46.27%-
XYZ9.7511.1318.77-
YUV90.11143.74109.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.86%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=22.86%
G=35%
B=42.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64981180.460.1700.54202.2229.6735.69
Hex4062762E11036ca1e24
Octal10014216656210663123644
Binary1000000110001011101101011101000101101101100101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406276; }

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

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

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

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

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

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

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

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