Html Css Color HEX #406A76 Bismark

📋 copy color: '#406A76'

red 64 ◦ green 106 ◦ blue 118

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

Shades of Bismark #406A76

Tints of Bismark #406A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.81%

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

R = 22.22%
G = 36.81%
B = 40.97%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#406A76 (or 0x406A76) is known color: Bismark. HEX triplet: 40, 6A and 76. RGB value is (64,106,118). Sum of RGB (Red+Green+Blue) = 64+106+118=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #406A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A76 is #BF9589. Grayscale: #5E5E5E. Windows color (decimal): -12555658 or 7760448. OLE color: 7760448.

HSL color Cylindrical-coordinate representation of color #406A76: hue angle of 193.33º 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 #406A76 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 106 118 -
CMYK 0.46 0.10 0 0.54
HSL 193.33º 0.3% 0.36% -
HSV(B) 193.33º 0.46% 0.46% -
XYZ 10.54 12.71 19.04 -
YUV 94.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 64 106 118 0.46 0.10 0 0.54 193.33 0.3 0.36
Hex 40 6A 76 2E A 0 36 C1 1E 24
Octal 100 152 166 56 12 0 66 301 36 44
Binary 1000000 1101010 1110110 101110 1010 0 110110 11000001 11110 100100

Color Harmonies of #406A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A76

Black with #406A76

Text Example


Text Example

White with #406A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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