Html Css Color HEX #406879 Bismark

📋 copy color: '#406879'

red 64 ◦ green 104 ◦ blue 121

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

Shades of Bismark #406879

Tints of Bismark #406879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.87%

R = 22.15%
G = 35.99%
B = 41.87%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#406879 (or 0x406879) is known color: Bismark. HEX triplet: 40, 68 and 79. RGB value is (64,104,121). Sum of RGB (Red+Green+Blue) = 64+104+121=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #406879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406879 is #BF9786. Grayscale: #5D5D5D. Windows color (decimal): -12556167 or 7956544. OLE color: 7956544.

HSL color Cylindrical-coordinate representation of color #406879: hue angle of 197.89º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #406879 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 104 121 -
CMYK 0.47 0.14 0 0.53
HSL 197.89º 0.31% 0.36% -
HSV(B) 197.89º 0.47% 0.47% -
XYZ 10.52 12.37 19.92 -
YUV 93.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 64 104 121 0.47 0.14 0 0.53 197.89 0.31 0.36
Hex 40 68 79 2F E 0 35 C6 1F 24
Octal 100 150 171 57 16 0 65 306 37 44
Binary 1000000 1101000 1111001 101111 1110 0 110101 11000110 11111 100100

Color Harmonies of #406879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406879

Black with #406879

Text Example


Text Example

White with #406879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406879; }

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

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

background-color css

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

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

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

border-color css

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

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

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