#426A76

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

Shades of Bismark #426A76

Tints of Bismark #426A76

Color information

#426A76 (or 0x426A76) is unknown color: approx Bismark. HEX triplet: 42, 6A and 76. RGB value is (66,106,118). Sum of RGB (Red+Green+Blue) = 66+106+118=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #426A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A76 is #BD9589. Grayscale: #5F5F5F. Windows color (decimal): -12424586 or 7760450. OLE color: 7760450.

HSL color Cylindrical-coordinate representation of color #426A76: hue angle of 193.85º 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 #426A76 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66106118-
CMYK0.440.1000.54
HSL193.85º28.26%36.08%-
HSV(B)193.85º44.07%46.27%-
XYZ10.6712.7719.04-
YUV95.41140.75107.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 106 (41.80% from 255) = 36.55%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=22.76%
G=36.55%
B=40.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661061180.440.1000.54193.8528.2636.08
Hex426A762CA036c21c24
Octal10215216654120663023444
Binary100001011010101110110101100101001101101100001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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