#42679F

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

Shades of Mariner #42679F

Tints of Mariner #42679F

Color information

#42679F (or 0x42679F) is unknown color: approx Mariner. HEX triplet: 42, 67 and 9F. RGB value is (66,103,159). Sum of RGB (Red+Green+Blue) = 66+103+159=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #42679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42679F is #BD9860. Grayscale: #626262. Windows color (decimal): -12425313 or 10446658. OLE color: 10446658.

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

Color convert

RGB66103159-
CMYK0.580.3500.38
HSL216.13º41.33%44.12%-
HSV(B)216.13º58.49%62.35%-
XYZ13.3613.3634.68-
YUV98.32162.24104.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 159 (62.5% from 255) = 48.48%
R=20.12%
G=31.40%
B=48.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661031590.580.3500.38216.1341.3344.12
Hex42679F3A23026d8292c
Octal10214723772430463305154
Binary1000010110011110011111111010100011010011011011000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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