#426A79

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

Shades of Bismark #426A79

Tints of Bismark #426A79

Color information

#426A79 (or 0x426A79) is unknown color: approx Bismark. HEX triplet: 42, 6A and 79. RGB value is (66,106,121). Sum of RGB (Red+Green+Blue) = 66+106+121=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #426A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A79 is #BD9586. Grayscale: #5F5F5F. Windows color (decimal): -12424583 or 7957058. OLE color: 7957058.

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

Color convert

RGB66106121-
CMYK0.450.1200.53
HSL196.36º29.41%36.67%-
HSV(B)196.36º45.45%47.45%-
XYZ10.8512.8520-
YUV95.75142.25106.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 121 (47.66% from 255) = 41.30%
R=22.53%
G=36.18%
B=41.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661061210.450.1200.53196.3629.4136.67
Hex426A792DC035c41d25
Octal10215217155140653043545
Binary100001011010101111001101101110001101011100010011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426A79; }

 p { color: rgb(66,106,121); }

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

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

 a { background-color: rgb(66,106,121); }

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

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

 span { border-color: rgb(66,106,121); }

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