#416B7C

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

Shades of Bismark #416B7C

Tints of Bismark #416B7C

Color information

#416B7C (or 0x416B7C) is unknown color: approx Bismark. HEX triplet: 41, 6B and 7C. RGB value is (65,107,124). Sum of RGB (Red+Green+Blue) = 65+107+124=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #416B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B7C is #BE9483. Grayscale: #606060. Windows color (decimal): -12489860 or 8153921. OLE color: 8153921.

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

Color convert

RGB65107124-
CMYK0.480.1400.51
HSL197.29º31.22%37.06%-
HSV(B)197.29º47.58%48.63%-
XYZ11.0813.0921.01-
YUV96.38143.59105.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.96%
GREEN value IS 107 (42.19% from 255) = 36.15%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=21.96%
G=36.15%
B=41.89%

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
Decimal651071240.480.1400.51197.2931.2237.06
Hex416B7C30E033c51f25
Octal10115317460160633053745
Binary100000111010111111100110000111001100111100010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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