#42649F

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

Shades of Mariner #42649F

Tints of Mariner #42649F

Color information

#42649F (or 0x42649F) is unknown color: approx Mariner. HEX triplet: 42, 64 and 9F. RGB value is (66,100,159). Sum of RGB (Red+Green+Blue) = 66+100+159=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #42649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42649F is #BD9B60. Grayscale: #606060. Windows color (decimal): -12426081 or 10445890. OLE color: 10445890.

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

Color convert

RGB66100159-
CMYK0.580.3700.38
HSL218.06º41.33%44.12%-
HSV(B)218.06º58.49%62.35%-
XYZ13.0612.7834.58-
YUV96.56163.24106.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 159 (62.5% from 255) = 48.92%
R=20.31%
G=30.77%
B=48.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661001590.580.3700.38218.0641.3344.12
Hex42649F3A25026da292c
Octal10214423772450463325154
Binary1000010110010010011111111010100101010011011011010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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