#426090

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

Shades of Mariner #426090

Tints of Mariner #426090

Color information

#426090 (or 0x426090) is unknown color: approx Mariner. HEX triplet: 42, 60 and 90. RGB value is (66,96,144). Sum of RGB (Red+Green+Blue) = 66+96+144=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #426090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426090 is #BD9F6F. Grayscale: #5C5C5C. Windows color (decimal): -12427120 or 9461826. OLE color: 9461826.

HSL color Cylindrical-coordinate representation of color #426090: hue angle of 216.92º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #426090 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6696144-
CMYK0.540.3300.44
HSL216.92º37.14%41.18%-
HSV(B)216.92º54.17%56.47%-
XYZ11.4611.5428.01-
YUV92.5157.06109.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=21.57%
G=31.37%
B=47.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66961440.540.3300.44216.9237.1441.18
Hex426090362102Cd92529
Octal10214022066410543314551
Binary1000010110000010010000110110100001010110011011001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426090; }

 p { color: rgb(66,96,144); }

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

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

 a { background-color: rgb(66,96,144); }

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

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

 span { border-color: rgb(66,96,144); }

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