#40769E

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

Shades of Lochmara #40769E

Tints of Lochmara #40769E

Color information

#40769E (or 0x40769E) is unknown color: approx Lochmara. HEX triplet: 40, 76 and 9E. RGB value is (64,118,158). Sum of RGB (Red+Green+Blue) = 64+118+158=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #40769E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40769E is #BF8961. Grayscale: #6A6A6A. Windows color (decimal): -12552546 or 10384960. OLE color: 10384960.

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

Color convert

RGB64118158-
CMYK0.590.2500.38
HSL205.53º42.34%43.53%-
HSV(B)205.53º59.49%61.96%-
XYZ14.7616.5234.76-
YUV106.41157.1197.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.82%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=18.82%
G=34.71%
B=46.47%

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
Decimal641181580.590.2500.38205.5342.3443.53
Hex40769E3B19026ce2a2c
Octal10016623673310463165254
Binary100000011101101001111011101111001010011011001110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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