#426D80

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

Shades of Bismark #426D80

Tints of Bismark #426D80

Color information

#426D80 (or 0x426D80) is unknown color: approx Bismark. HEX triplet: 42, 6D and 80. RGB value is (66,109,128). Sum of RGB (Red+Green+Blue) = 66+109+128=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #426D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D80 is #BD927F. Grayscale: #626262. Windows color (decimal): -12423808 or 8416578. OLE color: 8416578.

HSL color Cylindrical-coordinate representation of color #426D80: hue angle of 198.39º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #426D80 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB66109128-
CMYK0.480.1500.50
HSL198.39º31.96%38.04%-
HSV(B)198.39º48.44%50.2%-
XYZ11.6113.6522.45-
YUV98.31144.75104.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 109 (42.97% from 255) = 35.97%
BLUE value IS 128 (50.39% from 255) = 42.24%
R=21.78%
G=35.97%
B=42.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661091280.480.1500.50198.3931.9638.04
Hex426D8030F032c62026
Octal10215520060170623064046
Binary10000101101101100000001100001111011001011000110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,109,128); }

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

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

 a { background-color: rgb(66,109,128); }

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

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

 span { border-color: rgb(66,109,128); }

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