#406273

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

Shades of Bismark #406273

Tints of Bismark #406273

Color information

#406273 (or 0x406273) is unknown color: approx Bismark. HEX triplet: 40, 62 and 73. RGB value is (64,98,115). Sum of RGB (Red+Green+Blue) = 64+98+115=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #406273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406273 is #BF9D8C. Grayscale: #595959. Windows color (decimal): -12557709 or 7561792. OLE color: 7561792.

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

Color convert

RGB6498115-
CMYK0.440.1500.55
HSL200º28.49%35.1%-
HSV(B)200º44.35%45.1%-
XYZ9.5811.0617.85-
YUV89.77142.24109.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=23.10%
G=35.38%
B=41.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64981150.440.1500.5520028.4935.1
Hex4062732CF037c81c23
Octal10014216354170673103443
Binary100000011000101110011101100111101101111100100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406273; }

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

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

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

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

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

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

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

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