#416772

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

Shades of Bismark #416772

Tints of Bismark #416772

Color information

#416772 (or 0x416772) is unknown color: approx Bismark. HEX triplet: 41, 67 and 72. RGB value is (65,103,114). Sum of RGB (Red+Green+Blue) = 65+103+114=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #416772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416772 is #BE988D. Grayscale: #5C5C5C. Windows color (decimal): -12490894 or 7497537. OLE color: 7497537.

HSL color Cylindrical-coordinate representation of color #416772: hue angle of 193.47º 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 #416772 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB65103114-
CMYK0.430.1000.55
HSL193.47º27.37%35.1%-
HSV(B)193.47º42.98%44.71%-
XYZ10.0712.0417.71-
YUV92.89139.91108.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=23.05%
G=36.52%
B=40.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651031140.430.1000.55193.4727.3735.1
Hex4167722BA037c11b23
Octal10114716253120673013343
Binary100000111001111110010101011101001101111100000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416772; }

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

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

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

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

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

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

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

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