#40739F

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

Shades of Lochmara #40739F

Tints of Lochmara #40739F

Color information

#40739F (or 0x40739F) is unknown color: approx Lochmara. HEX triplet: 40, 73 and 9F. RGB value is (64,115,159). Sum of RGB (Red+Green+Blue) = 64+115+159=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #40739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40739F is #BF8C60. Grayscale: #686868. Windows color (decimal): -12553313 or 10449728. OLE color: 10449728.

HSL color Cylindrical-coordinate representation of color #40739F: hue angle of 207.79º 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 #40739F is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64115159-
CMYK0.600.2800.38
HSL207.79º42.6%43.73%-
HSV(B)207.79º59.75%62.35%-
XYZ14.515.8535.1-
YUV104.77158.698.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.93%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 159 (62.5% from 255) = 47.04%
R=18.93%
G=34.02%
B=47.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641151590.600.2800.38207.7942.643.73
Hex40739F3C1C026d02b2c
Octal10016323774340463205354
Binary100000011100111001111111110011100010011011010000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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