#416672

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

Shades of Bismark #416672

Tints of Bismark #416672

Color information

#416672 (or 0x416672) is unknown color: approx Bismark. HEX triplet: 41, 66 and 72. RGB value is (65,102,114). Sum of RGB (Red+Green+Blue) = 65+102+114=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #416672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416672 is #BE998D. Grayscale: #5C5C5C. Windows color (decimal): -12491150 or 7497281. OLE color: 7497281.

HSL color Cylindrical-coordinate representation of color #416672: hue angle of 194.69º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #416672 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB65102114-
CMYK0.430.1100.55
HSL194.69º27.37%35.1%-
HSV(B)194.69º42.98%44.71%-
XYZ9.9711.8417.68-
YUV92.3140.24108.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.13%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=23.13%
G=36.30%
B=40.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651021140.430.1100.55194.6927.3735.1
Hex4166722BB037c31b23
Octal10114616253130673033343
Binary100000111001101110010101011101101101111100001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416672; }

 p { color: rgb(65,102,114); }

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

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

 a { background-color: rgb(65,102,114); }

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

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

 span { border-color: rgb(65,102,114); }

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