#426C9F

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

Shades of Mariner #426C9F

Tints of Mariner #426C9F

Color information

#426C9F (or 0x426C9F) is unknown color: approx Mariner. HEX triplet: 42, 6C and 9F. RGB value is (66,108,159). Sum of RGB (Red+Green+Blue) = 66+108+159=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #426C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C9F is #BD9360. Grayscale: #656565. Windows color (decimal): -12424033 or 10447938. OLE color: 10447938.

HSL color Cylindrical-coordinate representation of color #426C9F: hue angle of 212.9º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #426C9F is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66108159-
CMYK0.580.3200.38
HSL212.9º41.33%44.12%-
HSV(B)212.9º58.49%62.35%-
XYZ13.8714.3934.85-
YUV101.26160.59102.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 159 (62.5% from 255) = 47.75%
R=19.82%
G=32.43%
B=47.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661081590.580.3200.38212.941.3344.12
Hex426C9F3A20026d5292c
Octal10215423772400463255154
Binary1000010110110010011111111010100000010011011010101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426C9F; }

 p { color: rgb(66,108,159); }

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

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

 a { background-color: rgb(66,108,159); }

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

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

 span { border-color: rgb(66,108,159); }

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