#426392

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

Shades of Mariner #426392

Tints of Mariner #426392

Color information

#426392 (or 0x426392) is unknown color: approx Mariner. HEX triplet: 42, 63 and 92. RGB value is (66,99,146). Sum of RGB (Red+Green+Blue) = 66+99+146=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #426392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426392 is #BD9C6D. Grayscale: #5E5E5E. Windows color (decimal): -12426350 or 9593666. OLE color: 9593666.

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

Color convert

RGB6699146-
CMYK0.550.3200.43
HSL215.25º37.74%41.57%-
HSV(B)215.25º54.79%57.25%-
XYZ11.912.1628.91-
YUV94.49157.07107.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=21.22%
G=31.83%
B=46.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66991460.550.3200.43215.2537.7441.57
Hex426392372002Bd7262a
Octal10214322267400533274652
Binary1000010110001110010010110111100000010101111010111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426392; }

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

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

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

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

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

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

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

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