#40609C

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

Shades of Mariner #40609C

Tints of Mariner #40609C

Color information

#40609C (or 0x40609C) is unknown color: approx Mariner. HEX triplet: 40, 60 and 9C. RGB value is (64,96,156). Sum of RGB (Red+Green+Blue) = 64+96+156=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #40609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40609C is #BF9F63. Grayscale: #5D5D5D. Windows color (decimal): -12558180 or 10248256. OLE color: 10248256.

HSL color Cylindrical-coordinate representation of color #40609C: hue angle of 219.13º 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 #40609C is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6496156-
CMYK0.590.3800.39
HSL219.13º41.82%43.14%-
HSV(B)219.13º58.97%61.18%-
XYZ12.311.8633.09-
YUV93.27163.4107.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 156 (61.33% from 255) = 49.37%
R=20.25%
G=30.38%
B=49.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64961560.590.3800.39219.1341.8243.14
Hex40609C3B26027db2a2b
Octal10014023473460473335253
Binary1000000110000010011100111011100110010011111011011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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