#40739E

Color #40739E Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #40739E

Tints of Lochmara #40739E

Color information

#40739E (or 0x40739E) is unknown color: approx Lochmara. HEX triplet: 40, 73 and 9E. RGB value is (64,115,158). Sum of RGB (Red+Green+Blue) = 64+115+158=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #40739E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40739E is #BF8C61. Grayscale: #686868. Windows color (decimal): -12553314 or 10384192. OLE color: 10384192.

HSL color Cylindrical-coordinate representation of color #40739E: hue angle of 207.45º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40739E is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64115158-
CMYK0.590.2700.38
HSL207.45º42.34%43.53%-
HSV(B)207.45º59.49%61.96%-
XYZ14.4215.8234.64-
YUV104.65158.199-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=18.99%
G=34.12%
B=46.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641151580.590.2700.38207.4542.3443.53
Hex40739E3B1B026cf2a2c
Octal10016323673330463175254
Binary100000011100111001111011101111011010011011001111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40739E; }

 p { color: rgb(64,115,158); }

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

<style>
 a { background-color: #40739E; }

 a { background-color: rgb(64,115,158); }

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

<style>
 span { border-color: #40739E; }

 span { border-color: rgb(64,115,158); }

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