Html Css Color HEX #406776 Bismark

📋 copy color: '#406776'

red 64 ◦ green 103 ◦ blue 118

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

Shades of Bismark #406776

Tints of Bismark #406776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.14%

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

R = 22.46%
G = 36.14%
B = 41.4%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#406776 (or 0x406776) is known color: Bismark. HEX triplet: 40, 67 and 76. RGB value is (64,103,118). Sum of RGB (Red+Green+Blue) = 64+103+118=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #406776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406776 is #BF9889. Grayscale: #5C5C5C. Windows color (decimal): -12556426 or 7759680. OLE color: 7759680.

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

Color convert

RGB 64 103 118 -
CMYK 0.46 0.13 0 0.54
HSL 196.67º 0.3% 0.36% -
HSV(B) 196.67º 0.46% 0.46% -
XYZ 10.23 12.1 18.94 -
YUV 93.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 64 103 118 0.46 0.13 0 0.54 196.67 0.3 0.36
Hex 40 67 76 2E D 0 36 C5 1E 24
Octal 100 147 166 56 15 0 66 305 36 44
Binary 1000000 1100111 1110110 101110 1101 0 110110 11000101 11110 100100

Color Harmonies of #406776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406776

Black with #406776

Text Example


Text Example

White with #406776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406776; }

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

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

background-color css

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

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

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

border-color css

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

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

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