#42699E

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

Shades of Mariner #42699E

Tints of Mariner #42699E

Color information

#42699E (or 0x42699E) is unknown color: approx Mariner. HEX triplet: 42, 69 and 9E. RGB value is (66,105,158). Sum of RGB (Red+Green+Blue) = 66+105+158=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #42699E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42699E is #BD9661. Grayscale: #636363. Windows color (decimal): -12424802 or 10381634. OLE color: 10381634.

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

Color convert

RGB66105158-
CMYK0.580.3400.38
HSL214.57º41.07%43.92%-
HSV(B)214.57º58.23%61.96%-
XYZ13.4713.7334.29-
YUV99.38161.08104.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.06%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=20.06%
G=31.91%
B=48.02%

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
Decimal661051580.580.3400.38214.5741.0743.92
Hex42699E3A22026d7292c
Octal10215123672420463275154
Binary1000010110100110011110111010100010010011011010111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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