Html Css Color HEX #406677 Bismark

📋 copy color: '#406677'

red 64 ◦ green 102 ◦ blue 119

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

Shades of Bismark #406677

Tints of Bismark #406677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.79%

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 22.46%
G = 35.79%
B = 41.75%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#406677 (or 0x406677) is known color: Bismark. HEX triplet: 40, 66 and 77. RGB value is (64,102,119). Sum of RGB (Red+Green+Blue) = 64+102+119=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #406677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406677 is #BF9988. Grayscale: #5C5C5C. Windows color (decimal): -12556681 or 7824960. OLE color: 7824960.

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

Color convert

RGB 64 102 119 -
CMYK 0.46 0.14 0 0.53
HSL 198.55º 0.3% 0.36% -
HSV(B) 198.55º 0.46% 0.47% -
XYZ 10.2 11.92 19.22 -
YUV 92.58 142.91 107.62 -
System Red Green Blue C M Y K H S L
Decimal 64 102 119 0.46 0.14 0 0.53 198.55 0.3 0.36
Hex 40 66 77 2E E 0 35 C7 1E 24
Octal 100 146 167 56 16 0 65 307 36 44
Binary 1000000 1100110 1110111 101110 1110 0 110101 11000111 11110 100100

Color Harmonies of #406677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406677

Black with #406677

Text Example


Text Example

White with #406677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406677; }

 p { color: rgb(64,102,119); }

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

background-color css

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

 a { background-color: rgb(64,102,119); }

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

border-color css

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

 span { border-color: rgb(64,102,119); }

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