#407aa0

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

Shades of Lochmara #407AA0

Tints of Lochmara #407AA0

Color information

#407AA0 (or 0x407AA0) is unknown color: approx Lochmara. HEX triplet: 40, 7A and A0. RGB value is (64,122,160). Sum of RGB (Red+Green+Blue) = 64+122+160=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 160 - color contains mainly: blue. Hex color #407AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407AA0 is #BF855F. Grayscale: #6C6C6C. Windows color (decimal): -12551520 or 10517056. OLE color: 10517056.

HSL color Cylindrical-coordinate representation of color #407AA0: hue angle of 203.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #407AA0 is Cyan = 0.6, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB64122160-
CMYK0.60.2400.37
HSL203.75º42.86%43.92%-
HSV(B)203.75º60%62.75%-
XYZ15.4217.5535.83-
YUV108.99156.7895.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.50%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 160 (62.89% from 255) = 46.24%
R=18.50%
G=35.26%
B=46.24%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal641221600.60.2400.37203.7542.8643.92
Hex407AA03C18025cc2b2c
Octal10017224074300453145354
Binary100000011110101010000011110011000010010111001100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407aa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407aa0; }

 p { color: rgb(64,122,160); }

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

<style>
 a { background-color: #407aa0; }

 a { background-color: rgb(64,122,160); }

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

<style>
 span { border-color: #407aa0; }

 span { border-color: rgb(64,122,160); }

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