#40719F

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

Shades of Lochmara #40719F

Tints of Lochmara #40719F

Color information

#40719F (or 0x40719F) is unknown color: approx Lochmara. HEX triplet: 40, 71 and 9F. RGB value is (64,113,159). Sum of RGB (Red+Green+Blue) = 64+113+159=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #40719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40719F is #BF8E60. Grayscale: #676767. Windows color (decimal): -12553825 or 10449216. OLE color: 10449216.

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

Color convert

RGB64113159-
CMYK0.600.2900.38
HSL209.05º42.6%43.73%-
HSV(B)209.05º59.75%62.35%-
XYZ14.2815.435.02-
YUV103.59159.2799.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=19.05%
G=33.63%
B=47.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641131590.600.2900.38209.0542.643.73
Hex40719F3C1D026d12b2c
Octal10016123774350463215354
Binary100000011100011001111111110011101010011011010001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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