#426998

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

Shades of Mariner #426998

Tints of Mariner #426998

Color information

#426998 (or 0x426998) is unknown color: approx Mariner. HEX triplet: 42, 69 and 98. RGB value is (66,105,152). Sum of RGB (Red+Green+Blue) = 66+105+152=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #426998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426998 is #BD9667. Grayscale: #626262. Windows color (decimal): -12424808 or 9988418. OLE color: 9988418.

HSL color Cylindrical-coordinate representation of color #426998: hue angle of 212.79º degrees, saturation: 0.39, 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 #426998 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB66105152-
CMYK0.570.3100.40
HSL212.79º39.45%42.75%-
HSV(B)212.79º56.58%59.61%-
XYZ12.9713.5331.63-
YUV98.7158.08104.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 105 (41.41% from 255) = 32.51%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=20.43%
G=32.51%
B=47.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661051520.570.3100.40212.7939.4542.75
Hex426998391F028d5272b
Octal10215123071370503254753
Binary100001011010011001100011100111111010100011010101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426998; }

 p { color: rgb(66,105,152); }

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

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

 a { background-color: rgb(66,105,152); }

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

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

 span { border-color: rgb(66,105,152); }

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