#416673

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

Shades of Bismark #416673

Tints of Bismark #416673

Color information

#416673 (or 0x416673) is unknown color: approx Bismark. HEX triplet: 41, 66 and 73. RGB value is (65,102,115). Sum of RGB (Red+Green+Blue) = 65+102+115=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #416673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416673 is #BE998C. Grayscale: #5C5C5C. Windows color (decimal): -12491149 or 7562817. OLE color: 7562817.

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

Color convert

RGB65102115-
CMYK0.430.1100.55
HSL195.6º27.78%35.29%-
HSV(B)195.6º43.48%45.1%-
XYZ10.0311.8617.98-
YUV92.42140.74108.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=23.05%
G=36.17%
B=40.78%

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
Decimal651021150.430.1100.55195.627.7835.29
Hex4166732BB037c41c23
Octal10114616353130673043443
Binary100000111001101110011101011101101101111100010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416673; }

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

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

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

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

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

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

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

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