#416A7B

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

Shades of Bismark #416A7B

Tints of Bismark #416A7B

Color information

#416A7B (or 0x416A7B) is unknown color: approx Bismark. HEX triplet: 41, 6A and 7B. RGB value is (65,106,123). Sum of RGB (Red+Green+Blue) = 65+106+123=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #416A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416A7B is #BE9584. Grayscale: #5F5F5F. Windows color (decimal): -12490117 or 8088129. OLE color: 8088129.

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

Color convert

RGB65106123-
CMYK0.470.1400.52
HSL197.59º30.85%36.86%-
HSV(B)197.59º47.15%48.24%-
XYZ10.9112.8620.65-
YUV95.68143.42106.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 106 (41.80% from 255) = 36.05%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=22.11%
G=36.05%
B=41.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651061230.470.1400.52197.5930.8536.86
Hex416A7B2FE034c61f25
Octal10115217357160643063745
Binary100000111010101111011101111111001101001100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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