#426692

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

Shades of Mariner #426692

Tints of Mariner #426692

Color information

#426692 (or 0x426692) is unknown color: approx Mariner. HEX triplet: 42, 66 and 92. RGB value is (66,102,146). Sum of RGB (Red+Green+Blue) = 66+102+146=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #426692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426692 is #BD996D. Grayscale: #606060. Windows color (decimal): -12425582 or 9594434. OLE color: 9594434.

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

Color convert

RGB66102146-
CMYK0.550.3000.43
HSL213º37.74%41.57%-
HSV(B)213º54.79%57.25%-
XYZ12.1912.7429.01-
YUV96.25156.07106.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=21.02%
G=32.48%
B=46.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661021460.550.3000.4321337.7441.57
Hex426692371E02Bd5262a
Octal10214622267360533254652
Binary100001011001101001001011011111110010101111010101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426692; }

 p { color: rgb(66,102,146); }

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

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

 a { background-color: rgb(66,102,146); }

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

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

 span { border-color: rgb(66,102,146); }

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