#42679E

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

Shades of Mariner #42679E

Tints of Mariner #42679E

Color information

#42679E (or 0x42679E) is unknown color: approx Mariner. HEX triplet: 42, 67 and 9E. RGB value is (66,103,158). Sum of RGB (Red+Green+Blue) = 66+103+158=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #42679E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42679E is #BD9861. Grayscale: #616161. Windows color (decimal): -12425314 or 10381122. OLE color: 10381122.

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

Color convert

RGB66103158-
CMYK0.580.3500.38
HSL215.87º41.07%43.92%-
HSV(B)215.87º58.23%61.96%-
XYZ13.2713.3334.22-
YUV98.21161.74105.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=20.18%
G=31.50%
B=48.32%

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
Decimal661031580.580.3500.38215.8741.0743.92
Hex42679E3A23026d8292c
Octal10214723672430463305154
Binary1000010110011110011110111010100011010011011011000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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