#416779

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

Shades of Bismark #416779

Tints of Bismark #416779

Color information

#416779 (or 0x416779) is unknown color: approx Bismark. HEX triplet: 41, 67 and 79. RGB value is (65,103,121). Sum of RGB (Red+Green+Blue) = 65+103+121=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #416779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416779 is #BE9886. Grayscale: #5D5D5D. Windows color (decimal): -12490887 or 7956289. OLE color: 7956289.

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

Color convert

RGB65103121-
CMYK0.460.1500.53
HSL199.29º30.11%36.47%-
HSV(B)199.29º46.28%47.45%-
XYZ10.4812.219.89-
YUV93.69143.41107.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 103 (40.62% from 255) = 35.64%
BLUE value IS 121 (47.66% from 255) = 41.87%
R=22.49%
G=35.64%
B=41.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651031210.460.1500.53199.2930.1136.47
Hex4167792EF035c71e24
Octal10114717156170653073644
Binary100000111001111111001101110111101101011100011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416779; }

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

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

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

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

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

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

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

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