#407AA1

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

Shades of Lochmara #407AA1

Tints of Lochmara #407AA1

Color information

#407AA1 (or 0x407AA1) is unknown color: approx Lochmara. HEX triplet: 40, 7A and A1. RGB value is (64,122,161). Sum of RGB (Red+Green+Blue) = 64+122+161=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 161 (63.28% from 255 or 46.40% from 347); Max value from RGB is 161 - color contains mainly: blue. Hex color #407AA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407AA1 is #BF855E. Grayscale: #6C6C6C. Windows color (decimal): -12551519 or 10582592. OLE color: 10582592.

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

Color convert

RGB64122161-
CMYK0.600.2400.37
HSL204.12º43.11%44.12%-
HSV(B)204.12º60.25%63.14%-
XYZ15.5117.5836.29-
YUV109.1157.2895.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.44%
GREEN value IS 122 (48.05% from 255) = 35.16%
BLUE value IS 161 (63.28% from 255) = 46.40%
R=18.44%
G=35.16%
B=46.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal641221610.600.2400.37204.1243.1144.12
Hex407AA13C18025cc2b2c
Octal10017224174300453145354
Binary100000011110101010000111110011000010010111001100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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