Html Css Color HEX #406473 Bismark

📋 copy color: '#406473'

red 64 ◦ green 100 ◦ blue 115

#406473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bismark #406473

Tints of Bismark #406473

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 value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#406473 (or 0x406473) is known color: 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

RGB 64 100 115 -
CMYK 0.44 0.13 0 0.55
HSL 197.65º 0.28% 0.35% -
HSV(B) 197.65º 0.44% 0.45% -
XYZ 9.77 11.44 17.91 -
YUV 90.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 64 100 115 0.44 0.13 0 0.55 197.65 0.28 0.35
Hex 40 64 73 2C D 0 37 C6 1C 23
Octal 100 144 163 54 15 0 67 306 34 43
Binary 1000000 1100100 1110011 101100 1101 0 110111 11000110 11100 100011

Color Harmonies of #406473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406473

Black with #406473

Text Example


Text Example

White with #406473

Text Example


Text Example

HTML Codes & Css Web 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>