Html Css Color HEX #406976 Bismark

📋 copy color: '#406976'

red 64 ◦ green 105 ◦ blue 118

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

Shades of Bismark #406976

Tints of Bismark #406976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.59%

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

R = 22.3%
G = 36.59%
B = 41.11%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#406976 (or 0x406976) is known color: Bismark. HEX triplet: 40, 69 and 76. RGB value is (64,105,118). Sum of RGB (Red+Green+Blue) = 64+105+118=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #406976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406976 is #BF9689. Grayscale: #5E5E5E. Windows color (decimal): -12555914 or 7760192. OLE color: 7760192.

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

Color convert

RGB 64 105 118 -
CMYK 0.46 0.11 0 0.54
HSL 194.44º 0.3% 0.36% -
HSV(B) 194.44º 0.46% 0.46% -
XYZ 10.44 12.5 19 -
YUV 94.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 64 105 118 0.46 0.11 0 0.54 194.44 0.3 0.36
Hex 40 69 76 2E B 0 36 C2 1E 24
Octal 100 151 166 56 13 0 66 302 36 44
Binary 1000000 1101001 1110110 101110 1011 0 110110 11000010 11110 100100

Color Harmonies of #406976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406976

Black with #406976

Text Example


Text Example

White with #406976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406976; }

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

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

background-color css

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

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

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

border-color css

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

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

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