#426593

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

Shades of Mariner #426593

Tints of Mariner #426593

Color information

#426593 (or 0x426593) is unknown color: approx Mariner. HEX triplet: 42, 65 and 93. RGB value is (66,101,147). Sum of RGB (Red+Green+Blue) = 66+101+147=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #426593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426593 is #BD9A6C. Grayscale: #5F5F5F. Windows color (decimal): -12425837 or 9659714. OLE color: 9659714.

HSL color Cylindrical-coordinate representation of color #426593: hue angle of 214.07º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #426593 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB66101147-
CMYK0.550.3100.42
HSL214.07º38.03%41.76%-
HSV(B)214.07º55.1%57.65%-
XYZ12.1712.5729.39-
YUV95.78156.9106.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 147 (57.81% from 255) = 46.82%
R=21.02%
G=32.17%
B=46.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661011470.550.3100.42214.0738.0341.76
Hex426593371F02Ad6262a
Octal10214522367370523264652
Binary100001011001011001001111011111111010101011010110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426593; }

 p { color: rgb(66,101,147); }

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

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

 a { background-color: rgb(66,101,147); }

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

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

 span { border-color: rgb(66,101,147); }

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