#416776

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

Shades of Bismark #416776

Tints of Bismark #416776

Color information

#416776 (or 0x416776) is unknown color: approx Bismark. HEX triplet: 41, 67 and 76. RGB value is (65,103,118). Sum of RGB (Red+Green+Blue) = 65+103+118=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #416776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416776 is #BE9889. Grayscale: #5D5D5D. Windows color (decimal): -12490890 or 7759681. OLE color: 7759681.

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

Color convert

RGB65103118-
CMYK0.450.1300.54
HSL196.98º28.96%35.88%-
HSV(B)196.98º44.92%46.27%-
XYZ10.312.1318.94-
YUV93.35141.91107.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.73%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=22.73%
G=36.01%
B=41.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651031180.450.1300.54196.9828.9635.88
Hex4167762DD036c51d24
Octal10114716655150663053544
Binary100000111001111110110101101110101101101100010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416776; }

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

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

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

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

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

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

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

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