#426A73

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

Shades of Bismark #426A73

Tints of Bismark #426A73

Color information

#426A73 (or 0x426A73) is unknown color: approx Bismark. HEX triplet: 42, 6A and 73. RGB value is (66,106,115). Sum of RGB (Red+Green+Blue) = 66+106+115=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #426A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A73 is #BD958C. Grayscale: #5E5E5E. Windows color (decimal): -12424589 or 7563842. OLE color: 7563842.

HSL color Cylindrical-coordinate representation of color #426A73: hue angle of 191.02º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #426A73 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB66106115-
CMYK0.430.0800.55
HSL191.02º27.07%35.49%-
HSV(B)191.02º42.61%45.1%-
XYZ10.512.718.12-
YUV95.07139.25107.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=23.00%
G=36.93%
B=40.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661061150.430.0800.55191.0227.0735.49
Hex426A732B8037bf1b23
Octal10215216353100672773343
Binary100001011010101110011101011100001101111011111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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