#426099

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

Shades of Mariner #426099

Tints of Mariner #426099

Color information

#426099 (or 0x426099) is unknown color: approx Mariner. HEX triplet: 42, 60 and 99. RGB value is (66,96,153). Sum of RGB (Red+Green+Blue) = 66+96+153=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #426099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426099 is #BD9F66. Grayscale: #5D5D5D. Windows color (decimal): -12427111 or 10051650. OLE color: 10051650.

HSL color Cylindrical-coordinate representation of color #426099: hue angle of 219.31º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #426099 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6696153-
CMYK0.570.3700.4
HSL219.31º39.73%42.94%-
HSV(B)219.31º56.86%60%-
XYZ12.1811.8231.78-
YUV93.53161.56108.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=20.95%
G=30.48%
B=48.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66961530.570.3700.4219.3139.7342.94
Hex4260993925028db282b
Octal10214023171450503335053
Binary1000010110000010011001111001100101010100011011011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426099; }

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

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

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

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

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

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

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

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