#416473

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

Shades of Bismark #416473

Tints of Bismark #416473

Color information

#416473 (or 0x416473) is unknown color: approx Bismark. HEX triplet: 41, 64 and 73. RGB value is (65,100,115). Sum of RGB (Red+Green+Blue) = 65+100+115=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #416473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416473 is #BE9B8C. Grayscale: #5B5B5B. Windows color (decimal): -12491661 or 7562305. OLE color: 7562305.

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

Color convert

RGB65100115-
CMYK0.430.1300.55
HSL198º27.78%35.29%-
HSV(B)198º43.48%45.1%-
XYZ9.8311.4817.92-
YUV91.24141.4109.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 115 (45.31% from 255) = 41.07%
R=23.21%
G=35.71%
B=41.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651001150.430.1300.5519827.7835.29
Hex4164732BD037c61c23
Octal10114416353150673063443
Binary100000111001001110011101011110101101111100011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416473; }

 p { color: rgb(65,100,115); }

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

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

 a { background-color: rgb(65,100,115); }

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

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

 span { border-color: rgb(65,100,115); }

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