#426999

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

Shades of Mariner #426999

Tints of Mariner #426999

Color information

#426999 (or 0x426999) is unknown color: approx Mariner. HEX triplet: 42, 69 and 99. RGB value is (66,105,153). Sum of RGB (Red+Green+Blue) = 66+105+153=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #426999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426999 is #BD9666. Grayscale: #626262. Windows color (decimal): -12424807 or 10053954. OLE color: 10053954.

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

Color convert

RGB66105153-
CMYK0.570.3100.4
HSL213.1º39.73%42.94%-
HSV(B)213.1º56.86%60%-
XYZ13.0513.5632.07-
YUV98.81158.58104.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=20.37%
G=32.41%
B=47.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661051530.570.3100.4213.139.7342.94
Hex426999391F028d5282b
Octal10215123171370503255053
Binary100001011010011001100111100111111010100011010101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426999; }

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

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

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

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

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

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

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

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