#416978

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

Shades of Bismark #416978

Tints of Bismark #416978

Color information

#416978 (or 0x416978) is unknown color: approx Bismark. HEX triplet: 41, 69 and 78. RGB value is (65,105,120). Sum of RGB (Red+Green+Blue) = 65+105+120=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #416978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416978 is #BE9687. Grayscale: #5E5E5E. Windows color (decimal): -12490376 or 7891265. OLE color: 7891265.

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

Color convert

RGB65105120-
CMYK0.460.1300.53
HSL196.36º29.73%36.27%-
HSV(B)196.36º45.83%47.06%-
XYZ10.6212.5819.64-
YUV94.75142.25106.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 120 (47.27% from 255) = 41.38%
R=22.41%
G=36.21%
B=41.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651051200.460.1300.53196.3629.7336.27
Hex4169782ED035c41e24
Octal10115117056150653043644
Binary100000111010011111000101110110101101011100010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416978; }

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

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

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

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

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

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

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

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