Html Css Color HEX #406371 Bismark

📋 copy color: '#406371'

red 64 ◦ green 99 ◦ blue 113

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

Shades of Bismark #406371

Tints of Bismark #406371

RGB

 RED value IS 64 (25.39% from 255) = 23.19%

 GREEN value IS 99 (39.06% from 255) = 35.87%

 BLUE value IS 113 (44.53% from 255) = 40.94%

R = 23.19%
G = 35.87%
B = 40.94%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#406371 (or 0x406371) is known color: Bismark. HEX triplet: 40, 63 and 71. RGB value is (64,99,113). Sum of RGB (Red+Green+Blue) = 64+99+113=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #406371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406371 is #BF9C8E. Grayscale: #5A5A5A. Windows color (decimal): -12557455 or 7430976. OLE color: 7430976.

HSL color Cylindrical-coordinate representation of color #406371: hue angle of 197.14º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #406371 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 99 113 -
CMYK 0.43 0.12 0 0.56
HSL 197.14º 0.28% 0.35% -
HSV(B) 197.14º 0.43% 0.44% -
XYZ 9.56 11.21 17.28 -
YUV 90.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 64 99 113 0.43 0.12 0 0.56 197.14 0.28 0.35
Hex 40 63 71 2B C 0 38 C5 1C 23
Octal 100 143 161 53 14 0 70 305 34 43
Binary 1000000 1100011 1110001 101011 1100 0 111000 11000101 11100 100011

Color Harmonies of #406371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406371

Black with #406371

Text Example


Text Example

White with #406371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406371; }

 p { color: rgb(64,99,113); }

 H1.HeaderClassName
 {
   color: #406371;
 }
 .AnyTagClassName
 {
   color: #406371;
 }
</style>

background-color css

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

 a { background-color: rgb(64,99,113); }

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

border-color css

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

 span { border-color: rgb(64,99,113); }

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