#40679C

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

Shades of Mariner #40679C

Tints of Mariner #40679C

Color information

#40679C (or 0x40679C) is unknown color: approx Mariner. HEX triplet: 40, 67 and 9C. RGB value is (64,103,156). Sum of RGB (Red+Green+Blue) = 64+103+156=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #40679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40679C is #BF9863. Grayscale: #616161. Windows color (decimal): -12556388 or 10250048. OLE color: 10250048.

HSL color Cylindrical-coordinate representation of color #40679C: hue angle of 214.57º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40679C is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB64103156-
CMYK0.590.3400.39
HSL214.57º41.82%43.14%-
HSV(B)214.57º58.97%61.18%-
XYZ12.9713.1933.32-
YUV97.38161.08104.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.81%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 156 (61.33% from 255) = 48.30%
R=19.81%
G=31.89%
B=48.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641031560.590.3400.39214.5741.8243.14
Hex40679C3B22027d72a2b
Octal10014723473420473275253
Binary1000000110011110011100111011100010010011111010111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,103,156); }

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

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

 a { background-color: rgb(64,103,156); }

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

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

 span { border-color: rgb(64,103,156); }

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