#42699F

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

Shades of Mariner #42699F

Tints of Mariner #42699F

Color information

#42699F (or 0x42699F) is unknown color: approx Mariner. HEX triplet: 42, 69 and 9F. RGB value is (66,105,159). Sum of RGB (Red+Green+Blue) = 66+105+159=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #42699F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42699F is #BD9660. Grayscale: #636363. Windows color (decimal): -12424801 or 10447170. OLE color: 10447170.

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

Color convert

RGB66105159-
CMYK0.580.3400.38
HSL214.84º41.33%44.12%-
HSV(B)214.84º58.49%62.35%-
XYZ13.5613.7634.74-
YUV99.5161.58104.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 159 (62.5% from 255) = 48.18%
R=20%
G=31.82%
B=48.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661051590.580.3400.38214.8441.3344.12
Hex42699F3A22026d7292c
Octal10215123772420463275154
Binary1000010110100110011111111010100010010011011010111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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