#416774

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

Shades of Bismark #416774

Tints of Bismark #416774

Color information

#416774 (or 0x416774) is unknown color: approx Bismark. HEX triplet: 41, 67 and 74. RGB value is (65,103,116). Sum of RGB (Red+Green+Blue) = 65+103+116=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #416774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416774 is #BE988B. Grayscale: #5D5D5D. Windows color (decimal): -12490892 or 7628609. OLE color: 7628609.

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

Color convert

RGB65103116-
CMYK0.440.1100.55
HSL195.29º28.18%35.49%-
HSV(B)195.29º43.97%45.49%-
XYZ10.1812.0918.32-
YUV93.12140.91107.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=22.89%
G=36.27%
B=40.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651031160.440.1100.55195.2928.1835.49
Hex4167742CB037c31c23
Octal10114716454130673033443
Binary100000111001111110100101100101101101111100001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416774; }

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

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

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

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

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

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

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

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