#426294

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

Shades of Mariner #426294

Tints of Mariner #426294

Color information

#426294 (or 0x426294) is unknown color: approx Mariner. HEX triplet: 42, 62 and 94. RGB value is (66,98,148). Sum of RGB (Red+Green+Blue) = 66+98+148=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #426294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426294 is #BD9D6B. Grayscale: #5D5D5D. Windows color (decimal): -12426604 or 9724482. OLE color: 9724482.

HSL color Cylindrical-coordinate representation of color #426294: hue angle of 216.59º 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 #426294 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6698148-
CMYK0.550.3400.42
HSL216.59º38.32%41.96%-
HSV(B)216.59º55.41%58.04%-
XYZ11.9612.0329.71-
YUV94.13158.4107.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 148 (58.20% from 255) = 47.44%
R=21.15%
G=31.41%
B=47.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66981480.550.3400.42216.5938.3241.96
Hex426294372202Ad9262a
Octal10214222467420523314652
Binary1000010110001010010100110111100010010101011011001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426294; }

 p { color: rgb(66,98,148); }

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

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

 a { background-color: rgb(66,98,148); }

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

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

 span { border-color: rgb(66,98,148); }

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