Html Css Color HEX #406979 Bismark

📋 copy color: '#406979'

red 64 ◦ green 105 ◦ blue 121

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

Shades of Bismark #406979

Tints of Bismark #406979

RGB

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

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

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

R = 22.07%
G = 36.21%
B = 41.72%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#406979 (or 0x406979) is known color: Bismark. HEX triplet: 40, 69 and 79. RGB value is (64,105,121). Sum of RGB (Red+Green+Blue) = 64+105+121=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #406979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406979 is #BF9686. Grayscale: #5E5E5E. Windows color (decimal): -12555911 or 7956800. OLE color: 7956800.

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

Color convert

RGB 64 105 121 -
CMYK 0.47 0.13 0 0.53
HSL 196.84º 0.31% 0.36% -
HSV(B) 196.84º 0.47% 0.47% -
XYZ 10.62 12.57 19.96 -
YUV 94.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 64 105 121 0.47 0.13 0 0.53 196.84 0.31 0.36
Hex 40 69 79 2F D 0 35 C5 1F 24
Octal 100 151 171 57 15 0 65 305 37 44
Binary 1000000 1101001 1111001 101111 1101 0 110101 11000101 11111 100100

Color Harmonies of #406979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406979

Black with #406979

Text Example


Text Example

White with #406979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406979; }

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

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

background-color css

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

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

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

border-color css

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

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

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