#426292

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

Shades of Mariner #426292

Tints of Mariner #426292

Color information

#426292 (or 0x426292) is unknown color: approx Mariner. HEX triplet: 42, 62 and 92. RGB value is (66,98,146). Sum of RGB (Red+Green+Blue) = 66+98+146=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #426292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426292 is #BD9D6D. Grayscale: #5D5D5D. Windows color (decimal): -12426606 or 9593410. OLE color: 9593410.

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

Color convert

RGB6698146-
CMYK0.550.3300.43
HSL216º37.74%41.57%-
HSV(B)216º54.79%57.25%-
XYZ11.811.9728.88-
YUV93.9157.4108.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=21.29%
G=31.61%
B=47.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66981460.550.3300.4321637.7441.57
Hex426292372102Bd8262a
Octal10214222267410533304652
Binary1000010110001010010010110111100001010101111011000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426292; }

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

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

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

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

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

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

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

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