#40779E

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

Shades of Lochmara #40779E

Tints of Lochmara #40779E

Color information

#40779E (or 0x40779E) is unknown color: approx Lochmara. HEX triplet: 40, 77 and 9E. RGB value is (64,119,158). Sum of RGB (Red+Green+Blue) = 64+119+158=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #40779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40779E is #BF8861. Grayscale: #6A6A6A. Windows color (decimal): -12552290 or 10385216. OLE color: 10385216.

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

Color convert

RGB64119158-
CMYK0.590.2500.38
HSL204.89º42.34%43.53%-
HSV(B)204.89º59.49%61.96%-
XYZ14.8816.7534.8-
YUV107156.7897.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.77%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=18.77%
G=34.90%
B=46.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641191580.590.2500.38204.8942.3443.53
Hex40779E3B19026cd2a2c
Octal10016723673310463155254
Binary100000011101111001111011101111001010011011001101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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