#42579A

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

Shades of Mariner #42579A

Tints of Mariner #42579A

Color information

#42579A (or 0x42579A) is unknown color: approx Mariner. HEX triplet: 42, 57 and 9A. RGB value is (66,87,154). Sum of RGB (Red+Green+Blue) = 66+87+154=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #42579A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42579A is #BDA865. Grayscale: #585858. Windows color (decimal): -12429414 or 10114882. OLE color: 10114882.

HSL color Cylindrical-coordinate representation of color #42579A: hue angle of 225.68º 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 #42579A is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6687154-
CMYK0.570.4400.40
HSL225.68º40%43.14%-
HSV(B)225.68º57.14%60.39%-
XYZ11.4910.3131.96-
YUV88.36165.04112.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 154 (60.55% from 255) = 50.16%
R=21.50%
G=28.34%
B=50.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66871540.570.4400.40225.684043.14
Hex42579A392C028e2282b
Octal10212723271540503425053
Binary1000010101011110011010111001101100010100011100010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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