#40769C

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

Shades of Lochmara #40769C

Tints of Lochmara #40769C

Color information

#40769C (or 0x40769C) is unknown color: approx Lochmara. HEX triplet: 40, 76 and 9C. RGB value is (64,118,156). Sum of RGB (Red+Green+Blue) = 64+118+156=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #40769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40769C is #BF8963. Grayscale: #696969. Windows color (decimal): -12552548 or 10253888. OLE color: 10253888.

HSL color Cylindrical-coordinate representation of color #40769C: hue angle of 204.78º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40769C is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB64118156-
CMYK0.590.2400.39
HSL204.78º41.82%43.14%-
HSV(B)204.78º58.97%61.18%-
XYZ14.5916.4533.86-
YUV106.19156.1197.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.93%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 156 (61.33% from 255) = 46.15%
R=18.93%
G=34.91%
B=46.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641181560.590.2400.39204.7841.8243.14
Hex40769C3B18027cd2a2b
Octal10016623473300473155253
Binary100000011101101001110011101111000010011111001101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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