#426876

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

Shades of Bismark #426876

Tints of Bismark #426876

Color information

#426876 (or 0x426876) is unknown color: approx Bismark. HEX triplet: 42, 68 and 76. RGB value is (66,104,118). Sum of RGB (Red+Green+Blue) = 66+104+118=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #426876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426876 is #BD9789. Grayscale: #5E5E5E. Windows color (decimal): -12425098 or 7759938. OLE color: 7759938.

HSL color Cylindrical-coordinate representation of color #426876: hue angle of 196.15º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #426876 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66104118-
CMYK0.440.1200.54
HSL196.15º28.26%36.08%-
HSV(B)196.15º44.07%46.27%-
XYZ10.4712.3718.97-
YUV94.23141.41107.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=22.92%
G=36.11%
B=40.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661041180.440.1200.54196.1528.2636.08
Hex4268762CC036c41c24
Octal10215016654140663043444
Binary100001011010001110110101100110001101101100010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426876; }

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

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

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

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

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

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

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

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