#426B73

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

Shades of Bismark #426B73

Tints of Bismark #426B73

Color information

#426B73 (or 0x426B73) is unknown color: approx Bismark. HEX triplet: 42, 6B and 73. RGB value is (66,107,115). Sum of RGB (Red+Green+Blue) = 66+107+115=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #426B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B73 is #BD948C. Grayscale: #5F5F5F. Windows color (decimal): -12424333 or 7564098. OLE color: 7564098.

HSL color Cylindrical-coordinate representation of color #426B73: hue angle of 189.8º 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 #426B73 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB66107115-
CMYK0.430.0700.55
HSL189.8º27.07%35.49%-
HSV(B)189.8º42.61%45.1%-
XYZ10.612.9118.15-
YUV95.65138.92106.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 107 (42.19% from 255) = 37.15%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=22.92%
G=37.15%
B=39.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661071150.430.0700.55189.827.0735.49
Hex426B732B7037be1b23
Octal1021531635370672763343
Binary10000101101011111001110101111101101111011111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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