Html Css Color HEX #406D76 Bismark

📋 copy color: '#406D76'

red 64 ◦ green 109 ◦ blue 118

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

Shades of Bismark #406D76

Tints of Bismark #406D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.46%

 BLUE value IS 118 (46.48% from 255) = 40.55%

R = 21.99%
G = 37.46%
B = 40.55%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#406D76 (or 0x406D76) is known color: Bismark. HEX triplet: 40, 6D and 76. RGB value is (64,109,118). Sum of RGB (Red+Green+Blue) = 64+109+118=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #406D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406D76 is #BF9289. Grayscale: #606060. Windows color (decimal): -12554890 or 7761216. OLE color: 7761216.

HSL color Cylindrical-coordinate representation of color #406D76: hue angle of 190º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #406D76 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 109 118 -
CMYK 0.46 0.08 0 0.54
HSL 190º 0.3% 0.36% -
HSV(B) 190º 0.46% 0.46% -
XYZ 10.85 13.34 19.14 -
YUV 96.57 140.09 104.77 -
System Red Green Blue C M Y K H S L
Decimal 64 109 118 0.46 0.08 0 0.54 190 0.3 0.36
Hex 40 6D 76 2E 8 0 36 BE 1E 24
Octal 100 155 166 56 10 0 66 276 36 44
Binary 1000000 1101101 1110110 101110 1000 0 110110 10111110 11110 100100

Color Harmonies of #406D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D76

Black with #406D76

Text Example


Text Example

White with #406D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406D76; }

 p { color: rgb(64,109,118); }

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

background-color css

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

 a { background-color: rgb(64,109,118); }

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

border-color css

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

 span { border-color: rgb(64,109,118); }

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