#40669F

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

Shades of Mariner #40669F

Tints of Mariner #40669F

Color information

#40669F (or 0x40669F) is unknown color: approx Mariner. HEX triplet: 40, 66 and 9F. RGB value is (64,102,159). Sum of RGB (Red+Green+Blue) = 64+102+159=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #40669F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40669F is #BF9960. Grayscale: #606060. Windows color (decimal): -12556641 or 10446400. OLE color: 10446400.

HSL color Cylindrical-coordinate representation of color #40669F: hue angle of 216º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40669F is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64102159-
CMYK0.600.3600.38
HSL216º42.6%43.73%-
HSV(B)216º59.75%62.35%-
XYZ13.1213.134.64-
YUV97.14162.91104.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 159 (62.5% from 255) = 48.92%
R=19.69%
G=31.38%
B=48.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641021590.600.3600.3821642.643.73
Hex40669F3C24026d82b2c
Octal10014623774440463305354
Binary1000000110011010011111111100100100010011011011000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,102,159); }

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

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

 a { background-color: rgb(64,102,159); }

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

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

 span { border-color: rgb(64,102,159); }

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