#40729E

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

Shades of Lochmara #40729E

Tints of Lochmara #40729E

Color information

#40729E (or 0x40729E) is unknown color: approx Lochmara. HEX triplet: 40, 72 and 9E. RGB value is (64,114,158). Sum of RGB (Red+Green+Blue) = 64+114+158=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #40729E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40729E is #BF8D61. Grayscale: #676767. Windows color (decimal): -12553570 or 10383936. OLE color: 10383936.

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

Color convert

RGB64114158-
CMYK0.590.2800.38
HSL208.09º42.34%43.53%-
HSV(B)208.09º59.49%61.96%-
XYZ14.315.5934.6-
YUV104.07158.4499.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=19.05%
G=33.93%
B=47.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641141580.590.2800.38208.0942.3443.53
Hex40729E3B1C026d02a2c
Octal10016223673340463205254
Binary100000011100101001111011101111100010011011010000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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