#42609F

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

Shades of Mariner #42609F

Tints of Mariner #42609F

Color information

#42609F (or 0x42609F) is unknown color: approx Mariner. HEX triplet: 42, 60 and 9F. RGB value is (66,96,159). Sum of RGB (Red+Green+Blue) = 66+96+159=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #42609F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42609F is #BD9F60. Grayscale: #5D5D5D. Windows color (decimal): -12427105 or 10444866. OLE color: 10444866.

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

Color convert

RGB6696159-
CMYK0.580.4000.38
HSL220.65º41.33%44.12%-
HSV(B)220.65º58.49%62.35%-
XYZ12.6912.0334.45-
YUV94.21164.56107.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=20.56%
G=29.91%
B=49.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66961590.580.4000.38220.6541.3344.12
Hex42609F3A28026dd292c
Octal10214023772500463355154
Binary1000010110000010011111111010101000010011011011101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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