Html Css Color HEX #406C76 Bismark

📋 copy color: '#406C76'

red 64 ◦ green 108 ◦ blue 118

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

Shades of Bismark #406C76

Tints of Bismark #406C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.24%

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

R = 22.07%
G = 37.24%
B = 40.69%

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

#406C76 (or 0x406C76) is known color: Bismark. HEX triplet: 40, 6C and 76. RGB value is (64,108,118). Sum of RGB (Red+Green+Blue) = 64+108+118=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #406C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C76 is #BF9389. Grayscale: #5F5F5F. Windows color (decimal): -12555146 or 7760960. OLE color: 7760960.

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

Color convert

RGB 64 108 118 -
CMYK 0.46 0.08 0 0.54
HSL 191.11º 0.3% 0.36% -
HSV(B) 191.11º 0.46% 0.46% -
XYZ 10.75 13.12 19.11 -
YUV 95.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 64 108 118 0.46 0.08 0 0.54 191.11 0.3 0.36
Hex 40 6C 76 2E 8 0 36 BF 1E 24
Octal 100 154 166 56 10 0 66 277 36 44
Binary 1000000 1101100 1110110 101110 1000 0 110110 10111111 11110 100100

Color Harmonies of #406C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C76

Black with #406C76

Text Example


Text Example

White with #406C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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