Html Css Color HEX #406576 Bismark

📋 copy color: '#406576'

red 64 ◦ green 101 ◦ blue 118

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

Shades of Bismark #406576

Tints of Bismark #406576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

 BLUE value IS 118 (46.48% from 255) = 41.7%

R = 22.61%
G = 35.69%
B = 41.7%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#406576 (or 0x406576) is known color: Bismark. HEX triplet: 40, 65 and 76. RGB value is (64,101,118). Sum of RGB (Red+Green+Blue) = 64+101+118=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #406576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406576 is #BF9A89. Grayscale: #5B5B5B. Windows color (decimal): -12556938 or 7759168. OLE color: 7759168.

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

Color convert

RGB 64 101 118 -
CMYK 0.46 0.14 0 0.54
HSL 198.89º 0.3% 0.36% -
HSV(B) 198.89º 0.46% 0.46% -
XYZ 10.04 11.71 18.87 -
YUV 91.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 64 101 118 0.46 0.14 0 0.54 198.89 0.3 0.36
Hex 40 65 76 2E E 0 36 C7 1E 24
Octal 100 145 166 56 16 0 66 307 36 44
Binary 1000000 1100101 1110110 101110 1110 0 110110 11000111 11110 100100

Color Harmonies of #406576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406576

Black with #406576

Text Example


Text Example

White with #406576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406576; }

 p { color: rgb(64,101,118); }

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

background-color css

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

 a { background-color: rgb(64,101,118); }

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

border-color css

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

 span { border-color: rgb(64,101,118); }

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