#426CA5

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

Shades of Mariner #426CA5

Tints of Mariner #426CA5

Color information

#426CA5 (or 0x426CA5) is unknown color: approx Mariner. HEX triplet: 42, 6C and A5. RGB value is (66,108,165). Sum of RGB (Red+Green+Blue) = 66+108+165=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #426CA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426CA5 is #BD935A. Grayscale: #656565. Windows color (decimal): -12424027 or 10841154. OLE color: 10841154.

HSL color Cylindrical-coordinate representation of color #426CA5: hue angle of 214.55º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #426CA5 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB66108165-
CMYK0.600.3500.35
HSL214.55º42.86%45.29%-
HSV(B)214.55º60%64.71%-
XYZ14.414.637.66-
YUV101.94163.59102.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.47%
GREEN value IS 108 (42.58% from 255) = 31.86%
BLUE value IS 165 (64.84% from 255) = 48.67%
R=19.47%
G=31.86%
B=48.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661081650.600.3500.35214.5542.8645.29
Hex426CA53C23023d72b2d
Octal10215424574430433275355
Binary1000010110110010100101111100100011010001111010111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,108,165); }

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

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

 a { background-color: rgb(66,108,165); }

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

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

 span { border-color: rgb(66,108,165); }

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