#416678

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

Shades of Bismark #416678

Tints of Bismark #416678

Color information

#416678 (or 0x416678) is unknown color: approx Bismark. HEX triplet: 41, 66 and 78. RGB value is (65,102,120). Sum of RGB (Red+Green+Blue) = 65+102+120=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #416678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416678 is #BE9987. Grayscale: #5C5C5C. Windows color (decimal): -12491144 or 7890497. OLE color: 7890497.

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

Color convert

RGB65102120-
CMYK0.460.1500.53
HSL199.64º29.73%36.27%-
HSV(B)199.64º45.83%47.06%-
XYZ10.3211.9819.54-
YUV92.99143.24108.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 120 (47.27% from 255) = 41.81%
R=22.65%
G=35.54%
B=41.81%

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
Decimal651021200.460.1500.53199.6429.7336.27
Hex4166782EF035c81e24
Octal10114617056170653103644
Binary100000111001101111000101110111101101011100100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416678; }

 p { color: rgb(65,102,120); }

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

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

 a { background-color: rgb(65,102,120); }

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

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

 span { border-color: rgb(65,102,120); }

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