Html Css Color HEX #406671 Bismark

📋 copy color: '#406671'

red 64 ◦ green 102 ◦ blue 113

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

Shades of Bismark #406671

Tints of Bismark #406671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.56%

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

R = 22.94%
G = 36.56%
B = 40.5%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#406671 (or 0x406671) is known color: Bismark. HEX triplet: 40, 66 and 71. RGB value is (64,102,113). Sum of RGB (Red+Green+Blue) = 64+102+113=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #406671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406671 is #BF998E. Grayscale: #5B5B5B. Windows color (decimal): -12556687 or 7431744. OLE color: 7431744.

HSL color Cylindrical-coordinate representation of color #406671: hue angle of 193.47º 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 #406671 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 102 113 -
CMYK 0.43 0.10 0 0.56
HSL 193.47º 0.28% 0.35% -
HSV(B) 193.47º 0.43% 0.44% -
XYZ 9.85 11.78 17.38 -
YUV 91.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 64 102 113 0.43 0.10 0 0.56 193.47 0.28 0.35
Hex 40 66 71 2B A 0 38 C1 1C 23
Octal 100 146 161 53 12 0 70 301 34 43
Binary 1000000 1100110 1110001 101011 1010 0 111000 11000001 11100 100011

Color Harmonies of #406671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406671

Black with #406671

Text Example


Text Example

White with #406671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406671; }

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

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

background-color css

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

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

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

border-color css

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

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

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