#42569E

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

Shades of Mariner #42569E

Tints of Mariner #42569E

Color information

#42569E (or 0x42569E) is unknown color: approx Mariner. HEX triplet: 42, 56 and 9E. RGB value is (66,86,158). Sum of RGB (Red+Green+Blue) = 66+86+158=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #42569E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42569E is #BDA961. Grayscale: #575757. Windows color (decimal): -12429666 or 10376770. OLE color: 10376770.

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

Color convert

RGB6686158-
CMYK0.580.4600.38
HSL226.96º41.07%43.92%-
HSV(B)226.96º58.23%61.96%-
XYZ11.7510.2833.71-
YUV88.23167.37112.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 158 (62.11% from 255) = 50.97%
R=21.29%
G=27.74%
B=50.97%

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
Decimal66861580.580.4600.38226.9641.0743.92
Hex42569E3A2E026e3292c
Octal10212623672560463435154
Binary1000010101011010011110111010101110010011011100011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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