Html Css Color HEX #407AA1 Lochmara

📋 copy color: '#407AA1'

red 64 ◦ green 122 ◦ blue 161

#407AA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #407AA1

Tints of Lochmara #407AA1

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.4%

R = 18.44%
G = 35.16%
B = 46.4%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#407AA1 (or 0x407AA1) is known color: 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

RGB 64 122 161 -
CMYK 0.60 0.24 0 0.37
HSL 204.12º 0.43% 0.44% -
HSV(B) 204.12º 0.6% 0.63% -
XYZ 15.51 17.58 36.29 -
YUV 109.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 64 122 161 0.60 0.24 0 0.37 204.12 0.43 0.44
Hex 40 7A A1 3C 18 0 25 CC 2B 2C
Octal 100 172 241 74 30 0 45 314 53 54
Binary 1000000 1111010 10100001 111100 11000 0 100101 11001100 101011 101100

Color Harmonies of #407AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407AA1

Black with #407AA1

Text Example


Text Example

White with #407AA1

Text Example


Text Example

HTML Codes & Css Web 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>