#426877

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

Shades of Bismark #426877

Tints of Bismark #426877

Color information

#426877 (or 0x426877) is unknown color: approx Bismark. HEX triplet: 42, 68 and 77. RGB value is (66,104,119). Sum of RGB (Red+Green+Blue) = 66+104+119=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #426877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426877 is #BD9788. Grayscale: #5E5E5E. Windows color (decimal): -12425097 or 7825474. OLE color: 7825474.

HSL color Cylindrical-coordinate representation of color #426877: hue angle of 196.98º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #426877 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB66104119-
CMYK0.450.1300.53
HSL196.98º28.65%36.27%-
HSV(B)196.98º44.54%46.67%-
XYZ10.5312.3919.29-
YUV94.35141.91107.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=22.84%
G=35.99%
B=41.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661041190.450.1300.53196.9828.6536.27
Hex4268772DD035c51d24
Octal10215016755150653053544
Binary100001011010001110111101101110101101011100010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426877; }

 p { color: rgb(66,104,119); }

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

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

 a { background-color: rgb(66,104,119); }

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

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

 span { border-color: rgb(66,104,119); }

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