#426DB4

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

Shades of Mariner #426DB4

Tints of Mariner #426DB4

Color information

#426DB4 (or 0x426DB4) is unknown color: approx Mariner. HEX triplet: 42, 6D and B4. RGB value is (66,109,180). Sum of RGB (Red+Green+Blue) = 66+109+180=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #426DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DB4 is #BD924B. Grayscale: #676767. Windows color (decimal): -12423756 or 11824450. OLE color: 11824450.

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

Color convert

RGB66109180-
CMYK0.630.3900.29
HSL217.37º46.34%48.24%-
HSV(B)217.37º63.33%70.59%-
XYZ15.9515.3945.31-
YUV104.24170.75100.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 109 (42.97% from 255) = 30.70%
BLUE value IS 180 (70.70% from 255) = 50.70%
R=18.59%
G=30.70%
B=50.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661091800.630.3900.29217.3746.3448.24
Hex426DB43F2701Dd92e30
Octal10215526477470353315660
Binary100001011011011011010011111110011101110111011001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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