#406577

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

Shades of Bismark #406577

Tints of Bismark #406577

Color information

#406577 (or 0x406577) is unknown color: approx Bismark. HEX triplet: 40, 65 and 77. RGB value is (64,101,119). Sum of RGB (Red+Green+Blue) = 64+101+119=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #406577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406577 is #BF9A88. Grayscale: #5B5B5B. Windows color (decimal): -12556937 or 7824704. OLE color: 7824704.

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

Color convert

RGB64101119-
CMYK0.460.1500.53
HSL199.64º30.05%35.88%-
HSV(B)199.64º46.22%46.67%-
XYZ10.111.7319.18-
YUV91.99143.24108.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.54%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 119 (46.88% from 255) = 41.90%
R=22.54%
G=35.56%
B=41.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641011190.460.1500.53199.6430.0535.88
Hex4065772EF035c81e24
Octal10014516756170653103644
Binary100000011001011110111101110111101101011100100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406577; }

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

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

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

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

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

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

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

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