Html Css Color HEX #406276 Bismark

📋 copy color: '#406276'

red 64 ◦ green 98 ◦ blue 118

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

Shades of Bismark #406276

Tints of Bismark #406276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 22.86%
G = 35%
B = 42.14%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#406276 (or 0x406276) is known color: Bismark. HEX triplet: 40, 62 and 76. RGB value is (64,98,118). Sum of RGB (Red+Green+Blue) = 64+98+118=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #406276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406276 is #BF9D89. Grayscale: #5A5A5A. Windows color (decimal): -12557706 or 7758400. OLE color: 7758400.

HSL color Cylindrical-coordinate representation of color #406276: hue angle of 202.22º 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 #406276 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 98 118 -
CMYK 0.46 0.17 0 0.54
HSL 202.22º 0.3% 0.36% -
HSV(B) 202.22º 0.46% 0.46% -
XYZ 9.75 11.13 18.77 -
YUV 90.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 64 98 118 0.46 0.17 0 0.54 202.22 0.3 0.36
Hex 40 62 76 2E 11 0 36 CA 1E 24
Octal 100 142 166 56 21 0 66 312 36 44
Binary 1000000 1100010 1110110 101110 10001 0 110110 11001010 11110 100100

Color Harmonies of #406276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406276

Black with #406276

Text Example


Text Example

White with #406276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406276; }

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

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

background-color css

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

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

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

border-color css

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

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

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