#42669D

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

Shades of Mariner #42669D

Tints of Mariner #42669D

Color information

#42669D (or 0x42669D) is unknown color: approx Mariner. HEX triplet: 42, 66 and 9D. RGB value is (66,102,157). Sum of RGB (Red+Green+Blue) = 66+102+157=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #42669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42669D is #BD9962. Grayscale: #616161. Windows color (decimal): -12425571 or 10315330. OLE color: 10315330.

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

Color convert

RGB66102157-
CMYK0.580.3500.38
HSL216.26º40.81%43.73%-
HSV(B)216.26º57.96%61.57%-
XYZ13.0813.133.74-
YUV97.51161.57105.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=20.31%
G=31.38%
B=48.31%

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
Decimal661021570.580.3500.38216.2640.8143.73
Hex42669D3A23026d8292c
Octal10214623572430463305154
Binary1000010110011010011101111010100011010011011011000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42669D; }

 p { color: rgb(66,102,157); }

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

<style>
 a { background-color: #42669D; }

 a { background-color: rgb(66,102,157); }

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

<style>
 span { border-color: #42669D; }

 span { border-color: rgb(66,102,157); }

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