Html Css Color HEX #406172 Bismark

📋 copy color: '#406172'

red 64 ◦ green 97 ◦ blue 114

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

Shades of Bismark #406172

Tints of Bismark #406172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.27%

 BLUE value IS 114 (44.92% from 255) = 41.45%

R = 23.27%
G = 35.27%
B = 41.45%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#406172 (or 0x406172) is known color: Bismark. HEX triplet: 40, 61 and 72. RGB value is (64,97,114). Sum of RGB (Red+Green+Blue) = 64+97+114=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #406172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406172 is #BF9E8D. Grayscale: #585858. Windows color (decimal): -12557966 or 7496000. OLE color: 7496000.

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

Color convert

RGB 64 97 114 -
CMYK 0.44 0.15 0 0.55
HSL 200.4º 0.28% 0.35% -
HSV(B) 200.4º 0.44% 0.45% -
XYZ 9.43 10.85 17.52 -
YUV 89.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 64 97 114 0.44 0.15 0 0.55 200.4 0.28 0.35
Hex 40 61 72 2C F 0 37 C8 1C 23
Octal 100 141 162 54 17 0 67 310 34 43
Binary 1000000 1100001 1110010 101100 1111 0 110111 11001000 11100 100011

Color Harmonies of #406172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406172

Black with #406172

Text Example


Text Example

White with #406172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406172; }

 p { color: rgb(64,97,114); }

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

background-color css

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

 a { background-color: rgb(64,97,114); }

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

border-color css

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

 span { border-color: rgb(64,97,114); }

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