#416B7D

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

Shades of Bismark #416B7D

Tints of Bismark #416B7D

Color information

#416B7D (or 0x416B7D) is unknown color: approx Bismark. HEX triplet: 41, 6B and 7D. RGB value is (65,107,125). Sum of RGB (Red+Green+Blue) = 65+107+125=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #416B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B7D is #BE9482. Grayscale: #606060. Windows color (decimal): -12489859 or 8219457. OLE color: 8219457.

HSL color Cylindrical-coordinate representation of color #416B7D: hue angle of 198º 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 #416B7D is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB65107125-
CMYK0.480.1400.51
HSL198º31.58%37.25%-
HSV(B)198º48%49.02%-
XYZ11.1413.1221.35-
YUV96.49144.09105.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 125 (49.22% from 255) = 42.09%
R=21.89%
G=36.03%
B=42.09%

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
Decimal651071250.480.1400.5119831.5837.25
Hex416B7D30E033c62025
Octal10115317560160633064045
Binary1000001110101111111011100001110011001111000110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,107,125); }

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

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

 a { background-color: rgb(65,107,125); }

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

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

 span { border-color: rgb(65,107,125); }

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