#42569F

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

Shades of Mariner #42569F

Tints of Mariner #42569F

Color information

#42569F (or 0x42569F) is unknown color: approx Mariner. HEX triplet: 42, 56 and 9F. RGB value is (66,86,159). Sum of RGB (Red+Green+Blue) = 66+86+159=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #42569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42569F is #BDA960. Grayscale: #585858. Windows color (decimal): -12429665 or 10442306. OLE color: 10442306.

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

Color convert

RGB6686159-
CMYK0.580.4600.38
HSL227.1º41.33%44.12%-
HSV(B)227.1º58.49%62.35%-
XYZ11.8310.3234.17-
YUV88.34167.87112.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 159 (62.5% from 255) = 51.13%
R=21.22%
G=27.65%
B=51.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66861590.580.4600.38227.141.3344.12
Hex42569F3A2E026e3292c
Octal10212623772560463435154
Binary1000010101011010011111111010101110010011011100011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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