#406473

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

Shades of Bismark #406473

Tints of Bismark #406473

Color information

#406473 (or 0x406473) is unknown color: approx Bismark. HEX triplet: 40, 64 and 73. RGB value is (64,100,115). Sum of RGB (Red+Green+Blue) = 64+100+115=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #406473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406473 is #BF9B8C. Grayscale: #5A5A5A. Windows color (decimal): -12557197 or 7562304. OLE color: 7562304.

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

Color convert

RGB64100115-
CMYK0.440.1300.55
HSL197.65º28.49%35.1%-
HSV(B)197.65º44.35%45.1%-
XYZ9.7711.4417.91-
YUV90.95141.57108.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=22.94%
G=35.84%
B=41.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641001150.440.1300.55197.6528.4935.1
Hex4064732CD037c61c23
Octal10014416354150673063443
Binary100000011001001110011101100110101101111100011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406473; }

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

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

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

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

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

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

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

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