#40759B

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

Shades of Lochmara #40759B

Tints of Lochmara #40759B

Color information

#40759B (or 0x40759B) is unknown color: approx Lochmara. HEX triplet: 40, 75 and 9B. RGB value is (64,117,155). Sum of RGB (Red+Green+Blue) = 64+117+155=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #40759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40759B is #BF8A64. Grayscale: #696969. Windows color (decimal): -12552805 or 10188096. OLE color: 10188096.

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

Color convert

RGB64117155-
CMYK0.590.2500.39
HSL205.05º41.55%42.94%-
HSV(B)205.05º58.71%60.78%-
XYZ14.3916.1833.37-
YUV105.48155.9498.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=19.05%
G=34.82%
B=46.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641171550.590.2500.39205.0541.5542.94
Hex40759B3B19027cd2a2b
Octal10016523373310473155253
Binary100000011101011001101111101111001010011111001101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40759B; }

 p { color: rgb(64,117,155); }

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

<style>
 a { background-color: #40759B; }

 a { background-color: rgb(64,117,155); }

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

<style>
 span { border-color: #40759B; }

 span { border-color: rgb(64,117,155); }

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