#416E7B

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

Shades of Bismark #416E7B

Tints of Bismark #416E7B

Color information

#416E7B (or 0x416E7B) is unknown color: approx Bismark. HEX triplet: 41, 6E and 7B. RGB value is (65,110,123). Sum of RGB (Red+Green+Blue) = 65+110+123=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #416E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416E7B is #BE9184. Grayscale: #616161. Windows color (decimal): -12489093 or 8089153. OLE color: 8089153.

HSL color Cylindrical-coordinate representation of color #416E7B: hue angle of 193.45º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #416E7B is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB65110123-
CMYK0.470.1100.52
HSL193.45º30.85%36.86%-
HSV(B)193.45º47.15%48.24%-
XYZ11.3313.7120.79-
YUV98.03142.09104.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=21.81%
G=36.91%
B=41.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651101230.470.1100.52193.4530.8536.86
Hex416E7B2FB034c11f25
Octal10115617357130643013745
Binary100000111011101111011101111101101101001100000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,110,123); }

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

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

 a { background-color: rgb(65,110,123); }

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

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

 span { border-color: rgb(65,110,123); }

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