#42699B

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

Shades of Mariner #42699B

Tints of Mariner #42699B

Color information

#42699B (or 0x42699B) is unknown color: approx Mariner. HEX triplet: 42, 69 and 9B. RGB value is (66,105,155). Sum of RGB (Red+Green+Blue) = 66+105+155=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #42699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42699B is #BD9664. Grayscale: #626262. Windows color (decimal): -12424805 or 10185026. OLE color: 10185026.

HSL color Cylindrical-coordinate representation of color #42699B: hue angle of 213.71º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42699B is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB66105155-
CMYK0.570.3200.39
HSL213.71º40.27%43.33%-
HSV(B)213.71º57.42%60.78%-
XYZ13.2113.6332.94-
YUV99.04159.58104.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=20.25%
G=32.21%
B=47.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661051550.570.3200.39213.7140.2743.33
Hex42699B3920027d6282b
Octal10215123371400473265053
Binary1000010110100110011011111001100000010011111010110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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