#426296

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

Shades of Mariner #426296

Tints of Mariner #426296

Color information

#426296 (or 0x426296) is unknown color: approx Mariner. HEX triplet: 42, 62 and 96. RGB value is (66,98,150). Sum of RGB (Red+Green+Blue) = 66+98+150=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #426296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426296 is #BD9D69. Grayscale: #5E5E5E. Windows color (decimal): -12426602 or 9855554. OLE color: 9855554.

HSL color Cylindrical-coordinate representation of color #426296: hue angle of 217.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #426296 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6698150-
CMYK0.560.3500.41
HSL217.14º38.89%42.35%-
HSV(B)217.14º56%58.82%-
XYZ12.1212.130.55-
YUV94.36159.4107.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 150 (58.98% from 255) = 47.77%
R=21.02%
G=31.21%
B=47.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66981500.560.3500.41217.1438.8942.35
Hex4262963823029d9272a
Octal10214222670430513314752
Binary1000010110001010010110111000100011010100111011001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426296; }

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

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

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

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

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

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

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

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