#42579F

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

Shades of Mariner #42579F

Tints of Mariner #42579F

Color information

#42579F (or 0x42579F) is unknown color: approx Mariner. HEX triplet: 42, 57 and 9F. RGB value is (66,87,159). Sum of RGB (Red+Green+Blue) = 66+87+159=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #42579F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42579F is #BDA860. Grayscale: #585858. Windows color (decimal): -12429409 or 10442562. OLE color: 10442562.

HSL color Cylindrical-coordinate representation of color #42579F: hue angle of 226.45º 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 #42579F is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6687159-
CMYK0.580.4500.38
HSL226.45º41.33%44.12%-
HSV(B)226.45º58.49%62.35%-
XYZ11.9110.4834.2-
YUV88.93167.54111.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=21.15%
G=27.88%
B=50.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66871590.580.4500.38226.4541.3344.12
Hex42579F3A2D026e2292c
Octal10212723772550463425154
Binary1000010101011110011111111010101101010011011100010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42579F; }

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

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

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

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

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

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

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

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