#416A76

Color #416A76 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #416A76

Tints of Bismark #416A76

Color information

#416A76 (or 0x416A76) is unknown color: approx Bismark. HEX triplet: 41, 6A and 76. RGB value is (65,106,118). Sum of RGB (Red+Green+Blue) = 65+106+118=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #416A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416A76 is #BE9589. Grayscale: #5F5F5F. Windows color (decimal): -12490122 or 7760449. OLE color: 7760449.

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

Color convert

RGB65106118-
CMYK0.450.1000.54
HSL193.58º28.96%35.88%-
HSV(B)193.58º44.92%46.27%-
XYZ10.612.7419.04-
YUV95.11140.92106.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 106 (41.80% from 255) = 36.68%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=22.49%
G=36.68%
B=40.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651061180.450.1000.54193.5828.9635.88
Hex416A762DA036c21d24
Octal10115216655120663023544
Binary100000111010101110110101101101001101101100001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416A76; }

 p { color: rgb(65,106,118); }

 H1.HeaderClassName
 {
   color: #416A76;
 }
 .AnyTagClassName
 {
   color: #416A76;
 }
</style>
background-color css

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

 a { background-color: rgb(65,106,118); }

 div.DivClassName
 {
   background-color: #416A76;
 }
 .BgClassName
 {
   background-color: #416A76;
 }
</style>
border-color css

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

 span { border-color: rgb(65,106,118); }

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