#426AB0

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

Shades of Mariner #426AB0

Tints of Mariner #426AB0

Color information

#426AB0 (or 0x426AB0) is unknown color: approx Mariner. HEX triplet: 42, 6A and B0. RGB value is (66,106,176). Sum of RGB (Red+Green+Blue) = 66+106+176=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 176 (69.14% from 255 or 50.57% from 348); Max value from RGB is 176 - color contains mainly: blue. Hex color #426AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426AB0 is #BD954F. Grayscale: #656565. Windows color (decimal): -12424528 or 11561538. OLE color: 11561538.

HSL color Cylindrical-coordinate representation of color #426AB0: hue angle of 218.18º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #426AB0 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB66106176-
CMYK0.620.4000.31
HSL218.18º45.45%47.45%-
HSV(B)218.18º62.5%69.02%-
XYZ15.2414.643.09-
YUV102.02169.75102.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.97%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 176 (69.14% from 255) = 50.57%
R=18.97%
G=30.46%
B=50.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661061760.620.4000.31218.1845.4547.45
Hex426AB03E2801Fda2d2f
Octal10215226076500373325557
Binary100001011010101011000011111010100001111111011010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,106,176); }

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

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

 a { background-color: rgb(66,106,176); }

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

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

 span { border-color: rgb(66,106,176); }

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