#406275

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

Shades of Bismark #406275

Tints of Bismark #406275

Color information

#406275 (or 0x406275) is unknown color: approx Bismark. HEX triplet: 40, 62 and 75. RGB value is (64,98,117). Sum of RGB (Red+Green+Blue) = 64+98+117=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #406275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406275 is #BF9D8A. Grayscale: #595959. Windows color (decimal): -12557707 or 7692864. OLE color: 7692864.

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

Color convert

RGB6498117-
CMYK0.450.1600.54
HSL201.51º29.28%35.49%-
HSV(B)201.51º45.3%45.88%-
XYZ9.6911.1118.46-
YUV90143.24109.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=22.94%
G=35.13%
B=41.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64981170.450.1600.54201.5129.2835.49
Hex4062752D10036ca1d23
Octal10014216555200663123543
Binary1000000110001011101011011011000001101101100101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406275; }

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

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

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

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

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

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

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

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