#426DB2

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

Shades of Mariner #426DB2

Tints of Mariner #426DB2

Color information

#426DB2 (or 0x426DB2) is unknown color: approx Mariner. HEX triplet: 42, 6D and B2. RGB value is (66,109,178). Sum of RGB (Red+Green+Blue) = 66+109+178=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #426DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426DB2 is #BD924D. Grayscale: #676767. Windows color (decimal): -12423758 or 11693378. OLE color: 11693378.

HSL color Cylindrical-coordinate representation of color #426DB2: hue angle of 216.96º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #426DB2 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB66109178-
CMYK0.630.3900.30
HSL216.96º45.9%47.84%-
HSV(B)216.96º62.92%69.8%-
XYZ15.7515.3144.24-
YUV104.01169.75100.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 109 (42.97% from 255) = 30.88%
BLUE value IS 178 (69.92% from 255) = 50.42%
R=18.70%
G=30.88%
B=50.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661091780.630.3900.30216.9645.947.84
Hex426DB23F2701Ed92e30
Octal10215526277470363315660
Binary100001011011011011001011111110011101111011011001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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