#42669F

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

Shades of Mariner #42669F

Tints of Mariner #42669F

Color information

#42669F (or 0x42669F) is unknown color: approx Mariner. HEX triplet: 42, 66 and 9F. RGB value is (66,102,159). Sum of RGB (Red+Green+Blue) = 66+102+159=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #42669F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42669F is #BD9960. Grayscale: #616161. Windows color (decimal): -12425569 or 10446402. OLE color: 10446402.

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

Color convert

RGB66102159-
CMYK0.580.3600.38
HSL216.77º41.33%44.12%-
HSV(B)216.77º58.49%62.35%-
XYZ13.2613.1634.64-
YUV97.73162.57105.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 159 (62.5% from 255) = 48.62%
R=20.18%
G=31.19%
B=48.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661021590.580.3600.38216.7741.3344.12
Hex42669F3A24026d9292c
Octal10214623772440463315154
Binary1000010110011010011111111010100100010011011011001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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