#416F7D

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

Shades of Bismark #416F7D

Tints of Bismark #416F7D

Color information

#416F7D (or 0x416F7D) is unknown color: approx Bismark. HEX triplet: 41, 6F and 7D. RGB value is (65,111,125). Sum of RGB (Red+Green+Blue) = 65+111+125=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #416F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416F7D is #BE9082. Grayscale: #626262. Windows color (decimal): -12488835 or 8220481. OLE color: 8220481.

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

Color convert

RGB65111125-
CMYK0.480.1100.51
HSL194º31.58%37.25%-
HSV(B)194º48%49.02%-
XYZ11.5713.9721.49-
YUV98.84142.76103.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 111 (43.75% from 255) = 36.88%
BLUE value IS 125 (49.22% from 255) = 41.53%
R=21.59%
G=36.88%
B=41.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651111250.480.1100.5119431.5837.25
Hex416F7D30B033c22025
Octal10115717560130633024045
Binary1000001110111111111011100001011011001111000010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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