#42608E

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

Shades of Mariner #42608E

Tints of Mariner #42608E

Color information

#42608E (or 0x42608E) is unknown color: approx Mariner. HEX triplet: 42, 60 and 8E. RGB value is (66,96,142). Sum of RGB (Red+Green+Blue) = 66+96+142=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #42608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42608E is #BD9F71. Grayscale: #5C5C5C. Windows color (decimal): -12427122 or 9330754. OLE color: 9330754.

HSL color Cylindrical-coordinate representation of color #42608E: hue angle of 216.32º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42608E is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6696142-
CMYK0.540.3200.44
HSL216.32º36.54%40.78%-
HSV(B)216.32º53.52%55.69%-
XYZ11.3111.4827.21-
YUV92.27156.06109.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=21.71%
G=31.58%
B=46.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66961420.540.3200.44216.3236.5440.78
Hex42608E362002Cd82529
Octal10214021666400543304551
Binary1000010110000010001110110110100000010110011011000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,96,142); }

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

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

 a { background-color: rgb(66,96,142); }

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

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

 span { border-color: rgb(66,96,142); }

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