#42608F

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

Shades of Mariner #42608F

Tints of Mariner #42608F

Color information

#42608F (or 0x42608F) is unknown color: approx Mariner. HEX triplet: 42, 60 and 8F. RGB value is (66,96,143). Sum of RGB (Red+Green+Blue) = 66+96+143=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #42608F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42608F is #BD9F70. Grayscale: #5C5C5C. Windows color (decimal): -12427121 or 9396290. OLE color: 9396290.

HSL color Cylindrical-coordinate representation of color #42608F: hue angle of 216.62º 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 #42608F is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6696143-
CMYK0.540.3300.44
HSL216.62º36.84%40.98%-
HSV(B)216.62º53.85%56.08%-
XYZ11.3911.5127.61-
YUV92.39156.56109.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 143 (56.25% from 255) = 46.89%
R=21.64%
G=31.48%
B=46.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66961430.540.3300.44216.6236.8440.98
Hex42608F362102Cd92529
Octal10214021766410543314551
Binary1000010110000010001111110110100001010110011011001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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