#40799F

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

Shades of Lochmara #40799F

Tints of Lochmara #40799F

Color information

#40799F (or 0x40799F) is unknown color: approx Lochmara. HEX triplet: 40, 79 and 9F. RGB value is (64,121,159). Sum of RGB (Red+Green+Blue) = 64+121+159=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #40799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40799F is #BF8660. Grayscale: #6C6C6C. Windows color (decimal): -12551777 or 10451264. OLE color: 10451264.

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

Color convert

RGB64121159-
CMYK0.600.2400.38
HSL204º42.6%43.73%-
HSV(B)204º59.75%62.35%-
XYZ15.2117.2735.33-
YUV108.29156.6296.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=18.60%
G=35.17%
B=46.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641211590.600.2400.3820442.643.73
Hex40799F3C18026cc2b2c
Octal10017123774300463145354
Binary100000011110011001111111110011000010011011001100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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