#426B81

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

Shades of Bismark #426B81

Tints of Bismark #426B81

Color information

#426B81 (or 0x426B81) is unknown color: approx Bismark. HEX triplet: 42, 6B and 81. RGB value is (66,107,129). Sum of RGB (Red+Green+Blue) = 66+107+129=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #426B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426B81 is #BD947E. Grayscale: #616161. Windows color (decimal): -12424319 or 8481602. OLE color: 8481602.

HSL color Cylindrical-coordinate representation of color #426B81: hue angle of 200.95º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #426B81 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB66107129-
CMYK0.490.1700.49
HSL200.95º32.31%38.24%-
HSV(B)200.95º48.84%50.59%-
XYZ11.4713.2622.72-
YUV97.25145.92105.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 107 (42.19% from 255) = 35.43%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=21.85%
G=35.43%
B=42.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661071290.490.1700.49200.9532.3138.24
Hex426B813111031c92026
Octal10215320161210613114046
Binary100001011010111000000111000110001011000111001001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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