Html Css Color HEX #406173 Bismark

📋 copy color: '#406173'

red 64 ◦ green 97 ◦ blue 115

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

Shades of Bismark #406173

Tints of Bismark #406173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 23.19%
G = 35.14%
B = 41.67%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#406173 (or 0x406173) is known color: Bismark. HEX triplet: 40, 61 and 73. RGB value is (64,97,115). Sum of RGB (Red+Green+Blue) = 64+97+115=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #406173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406173 is #BF9E8C. Grayscale: #595959. Windows color (decimal): -12557965 or 7561536. OLE color: 7561536.

HSL color Cylindrical-coordinate representation of color #406173: hue angle of 201.18º 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 #406173 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 97 115 -
CMYK 0.44 0.16 0 0.55
HSL 201.18º 0.28% 0.35% -
HSV(B) 201.18º 0.44% 0.45% -
XYZ 9.48 10.88 17.82 -
YUV 89.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 64 97 115 0.44 0.16 0 0.55 201.18 0.28 0.35
Hex 40 61 73 2C 10 0 37 C9 1C 23
Octal 100 141 163 54 20 0 67 311 34 43
Binary 1000000 1100001 1110011 101100 10000 0 110111 11001001 11100 100011

Color Harmonies of #406173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406173

Black with #406173

Text Example


Text Example

White with #406173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406173; }

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

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

background-color css

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

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

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

border-color css

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

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

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