#42679A

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

Shades of Mariner #42679A

Tints of Mariner #42679A

Color information

#42679A (or 0x42679A) is unknown color: approx Mariner. HEX triplet: 42, 67 and 9A. RGB value is (66,103,154). Sum of RGB (Red+Green+Blue) = 66+103+154=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #42679A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42679A is #BD9865. Grayscale: #616161. Windows color (decimal): -12425318 or 10118978. OLE color: 10118978.

HSL color Cylindrical-coordinate representation of color #42679A: hue angle of 214.77º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42679A is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB66103154-
CMYK0.570.3300.40
HSL214.77º40%43.14%-
HSV(B)214.77º57.14%60.39%-
XYZ12.9313.1932.44-
YUV97.75159.74105.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 154 (60.55% from 255) = 47.68%
R=20.43%
G=31.89%
B=47.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661031540.570.3300.40214.774043.14
Hex42679A3921028d7282b
Octal10214723271410503275053
Binary1000010110011110011010111001100001010100011010111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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