#42618F

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

Shades of Mariner #42618F

Tints of Mariner #42618F

Color information

#42618F (or 0x42618F) is unknown color: approx Mariner. HEX triplet: 42, 61 and 8F. RGB value is (66,97,143). Sum of RGB (Red+Green+Blue) = 66+97+143=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #42618F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42618F is #BD9E70. Grayscale: #5C5C5C. Windows color (decimal): -12426865 or 9396546. OLE color: 9396546.

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

Color convert

RGB6697143-
CMYK0.540.3200.44
HSL215.84º36.84%40.98%-
HSV(B)215.84º53.85%56.08%-
XYZ11.4811.6927.64-
YUV92.98156.23108.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 97 (38.28% from 255) = 31.70%
BLUE value IS 143 (56.25% from 255) = 46.73%
R=21.57%
G=31.70%
B=46.73%

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
Decimal66971430.540.3200.44215.8436.8440.98
Hex42618F362002Cd82529
Octal10214121766400543304551
Binary1000010110000110001111110110100000010110011011000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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