Html Css Color HEX #406FA1 Lochmara

📋 copy color: '#406FA1'

red 64 ◦ green 111 ◦ blue 161

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

Shades of Lochmara #406FA1

Tints of Lochmara #406FA1

RGB

 RED value IS 64 (25.39% from 255) = 19.05%

 GREEN value IS 111 (43.75% from 255) = 33.04%

 BLUE value IS 161 (63.28% from 255) = 47.92%

R = 19.05%
G = 33.04%
B = 47.92%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#406FA1 (or 0x406FA1) is known color: Lochmara. HEX triplet: 40, 6F and A1. RGB value is (64,111,161). Sum of RGB (Red+Green+Blue) = 64+111+161=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 161 - color contains mainly: blue. Hex color #406FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406FA1 is #BF905E. Grayscale: #666666. Windows color (decimal): -12554335 or 10579776. OLE color: 10579776.

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

Color convert

RGB 64 111 161 -
CMYK 0.60 0.31 0 0.37
HSL 210.93º 0.43% 0.44% -
HSV(B) 210.93º 0.6% 0.63% -
XYZ 14.23 15.03 35.87 -
YUV 102.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 64 111 161 0.60 0.31 0 0.37 210.93 0.43 0.44
Hex 40 6F A1 3C 1F 0 25 D3 2B 2C
Octal 100 157 241 74 37 0 45 323 53 54
Binary 1000000 1101111 10100001 111100 11111 0 100101 11010011 101011 101100

Color Harmonies of #406FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FA1

Black with #406FA1

Text Example


Text Example

White with #406FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406FA1; }

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

 H1.HeaderClassName
 {
   color: #406FA1;
 }
 .AnyTagClassName
 {
   color: #406FA1;
 }
</style>

background-color css

<style>
 a { background-color: #406FA1; }

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

 div.DivClassName
 {
   background-color: #406FA1;
 }
 .BgClassName
 {
   background-color: #406FA1;
 }
</style>

border-color css

<style>
 span { border-color: #406FA1; }

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

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