#426293

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

Shades of Mariner #426293

Tints of Mariner #426293

Color information

#426293 (or 0x426293) is unknown color: approx Mariner. HEX triplet: 42, 62 and 93. RGB value is (66,98,147). Sum of RGB (Red+Green+Blue) = 66+98+147=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #426293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426293 is #BD9D6C. Grayscale: #5D5D5D. Windows color (decimal): -12426605 or 9658946. OLE color: 9658946.

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

Color convert

RGB6698147-
CMYK0.550.3300.42
HSL216.3º38.03%41.76%-
HSV(B)216.3º55.1%57.65%-
XYZ11.881229.29-
YUV94.02157.9108.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 147 (57.81% from 255) = 47.27%
R=21.22%
G=31.51%
B=47.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66981470.550.3300.42216.338.0341.76
Hex426293372102Ad8262a
Octal10214222367410523304652
Binary1000010110001010010011110111100001010101011011000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426293; }

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

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

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

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

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

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

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

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