#416379

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

Shades of Bismark #416379

Tints of Bismark #416379

Color information

#416379 (or 0x416379) is unknown color: approx Bismark. HEX triplet: 41, 63 and 79. RGB value is (65,99,121). Sum of RGB (Red+Green+Blue) = 65+99+121=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #416379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416379 is #BE9C86. Grayscale: #5B5B5B. Windows color (decimal): -12491911 or 7955265. OLE color: 7955265.

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

Color convert

RGB6599121-
CMYK0.460.1800.53
HSL203.57º30.11%36.47%-
HSV(B)203.57º46.28%47.45%-
XYZ10.0911.4319.76-
YUV91.34144.74109.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=22.81%
G=34.74%
B=42.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65991210.460.1800.53203.5730.1136.47
Hex4163792E12035cc1e24
Octal10114317156220653143644
Binary1000001110001111110011011101001001101011100110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416379; }

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

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

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

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

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

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

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

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