Html Css Color HEX #406472 Bismark

📋 copy color: '#406472'

red 64 ◦ green 100 ◦ blue 114

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

Shades of Bismark #406472

Tints of Bismark #406472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.97%

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

R = 23.02%
G = 35.97%
B = 41.01%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#406472 (or 0x406472) is known color: Bismark. HEX triplet: 40, 64 and 72. RGB value is (64,100,114). Sum of RGB (Red+Green+Blue) = 64+100+114=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #406472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406472 is #BF9B8D. Grayscale: #5A5A5A. Windows color (decimal): -12557198 or 7496768. OLE color: 7496768.

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

Color convert

RGB 64 100 114 -
CMYK 0.44 0.12 0 0.55
HSL 196.8º 0.28% 0.35% -
HSV(B) 196.8º 0.44% 0.45% -
XYZ 9.71 11.42 17.61 -
YUV 90.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 64 100 114 0.44 0.12 0 0.55 196.8 0.28 0.35
Hex 40 64 72 2C C 0 37 C5 1C 23
Octal 100 144 162 54 14 0 67 305 34 43
Binary 1000000 1100100 1110010 101100 1100 0 110111 11000101 11100 100011

Color Harmonies of #406472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406472

Black with #406472

Text Example


Text Example

White with #406472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406472; }

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

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

background-color css

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

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

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

border-color css

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

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

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