Html Css Color HEX #406874 Bismark

📋 copy color: '#406874'

red 64 ◦ green 104 ◦ blue 116

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

Shades of Bismark #406874

Tints of Bismark #406874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.62%

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 22.54%
G = 36.62%
B = 40.85%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#406874 (or 0x406874) is known color: Bismark. HEX triplet: 40, 68 and 74. RGB value is (64,104,116). Sum of RGB (Red+Green+Blue) = 64+104+116=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #406874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406874 is #BF978B. Grayscale: #5D5D5D. Windows color (decimal): -12556172 or 7628864. OLE color: 7628864.

HSL color Cylindrical-coordinate representation of color #406874: hue angle of 193.85º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #406874 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 104 116 -
CMYK 0.45 0.10 0 0.55
HSL 193.85º 0.29% 0.35% -
HSV(B) 193.85º 0.45% 0.45% -
XYZ 10.22 12.25 18.35 -
YUV 93.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 64 104 116 0.45 0.10 0 0.55 193.85 0.29 0.35
Hex 40 68 74 2D A 0 37 C2 1D 23
Octal 100 150 164 55 12 0 67 302 35 43
Binary 1000000 1101000 1110100 101101 1010 0 110111 11000010 11101 100011

Color Harmonies of #406874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406874

Black with #406874

Text Example


Text Example

White with #406874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406874; }

 p { color: rgb(64,104,116); }

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

background-color css

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

 a { background-color: rgb(64,104,116); }

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

border-color css

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

 span { border-color: rgb(64,104,116); }

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