#416374

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

Shades of Bismark #416374

Tints of Bismark #416374

Color information

#416374 (or 0x416374) is unknown color: approx Bismark. HEX triplet: 41, 63 and 74. RGB value is (65,99,116). Sum of RGB (Red+Green+Blue) = 65+99+116=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #416374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416374 is #BE9C8B. Grayscale: #5A5A5A. Windows color (decimal): -12491916 or 7627585. OLE color: 7627585.

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

Color convert

RGB6599116-
CMYK0.440.1500.55
HSL200º28.18%35.49%-
HSV(B)200º43.97%45.49%-
XYZ9.7911.3118.19-
YUV90.77142.24109.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 116 (45.70% from 255) = 41.43%
R=23.21%
G=35.36%
B=41.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65991160.440.1500.5520028.1835.49
Hex4163742CF037c81c23
Octal10114316454170673103443
Binary100000111000111110100101100111101101111100100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416374; }

 p { color: rgb(65,99,116); }

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

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

 a { background-color: rgb(65,99,116); }

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

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

 span { border-color: rgb(65,99,116); }

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