#42699C

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

Shades of Mariner #42699C

Tints of Mariner #42699C

Color information

#42699C (or 0x42699C) is unknown color: approx Mariner. HEX triplet: 42, 69 and 9C. RGB value is (66,105,156). Sum of RGB (Red+Green+Blue) = 66+105+156=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #42699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42699C is #BD9663. Grayscale: #626262. Windows color (decimal): -12424804 or 10250562. OLE color: 10250562.

HSL color Cylindrical-coordinate representation of color #42699C: hue angle of 214º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42699C is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB66105156-
CMYK0.580.3300.39
HSL214º40.54%43.53%-
HSV(B)214º57.69%61.18%-
XYZ13.313.6633.39-
YUV99.15160.08104.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=20.18%
G=32.11%
B=47.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661051560.580.3300.3921440.5443.53
Hex42699C3A21027d6292c
Octal10215123472410473265154
Binary1000010110100110011100111010100001010011111010110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42699C; }

 p { color: rgb(66,105,156); }

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

<style>
 a { background-color: #42699C; }

 a { background-color: rgb(66,105,156); }

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

<style>
 span { border-color: #42699C; }

 span { border-color: rgb(66,105,156); }

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