#416877

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

Shades of Bismark #416877

Tints of Bismark #416877

Color information

#416877 (or 0x416877) is unknown color: approx Bismark. HEX triplet: 41, 68 and 77. RGB value is (65,104,119). Sum of RGB (Red+Green+Blue) = 65+104+119=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #416877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416877 is #BE9788. Grayscale: #5D5D5D. Windows color (decimal): -12490633 or 7825473. OLE color: 7825473.

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

Color convert

RGB65104119-
CMYK0.450.1300.53
HSL196.67º29.35%36.08%-
HSV(B)196.67º45.38%46.67%-
XYZ10.4612.3619.29-
YUV94.05142.08107.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.57%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=22.57%
G=36.11%
B=41.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651041190.450.1300.53196.6729.3536.08
Hex4168772DD035c51d24
Octal10115016755150653053544
Binary100000111010001110111101101110101101011100010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416877; }

 p { color: rgb(65,104,119); }

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

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

 a { background-color: rgb(65,104,119); }

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

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

 span { border-color: rgb(65,104,119); }

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