#416C7E

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

Shades of Bismark #416C7E

Tints of Bismark #416C7E

Color information

#416C7E (or 0x416C7E) is unknown color: approx Bismark. HEX triplet: 41, 6C and 7E. RGB value is (65,108,126). Sum of RGB (Red+Green+Blue) = 65+108+126=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #416C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C7E is #BE9381. Grayscale: #616161. Windows color (decimal): -12489602 or 8285249. OLE color: 8285249.

HSL color Cylindrical-coordinate representation of color #416C7E: hue angle of 197.7º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #416C7E is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB65108126-
CMYK0.480.1400.51
HSL197.7º31.94%37.45%-
HSV(B)197.7º48.41%49.41%-
XYZ11.3113.3621.72-
YUV97.2144.25105.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.74%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 126 (49.61% from 255) = 42.14%
R=21.74%
G=36.12%
B=42.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651081260.480.1400.51197.731.9437.45
Hex416C7E30E033c62025
Octal10115417660160633064045
Binary1000001110110011111101100001110011001111000110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416C7E; }

 p { color: rgb(65,108,126); }

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

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

 a { background-color: rgb(65,108,126); }

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

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

 span { border-color: rgb(65,108,126); }

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