Html Css Color HEX #40749F Lochmara

📋 copy color: '#40749F'

red 64 ◦ green 116 ◦ blue 159

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

Shades of Lochmara #40749F

Tints of Lochmara #40749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

 BLUE value IS 159 (62.5% from 255) = 46.9%

R = 18.88%
G = 34.22%
B = 46.9%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40749F (or 0x40749F) is known color: Lochmara. HEX triplet: 40, 74 and 9F. RGB value is (64,116,159). Sum of RGB (Red+Green+Blue) = 64+116+159=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #40749F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40749F is #BF8B60. Grayscale: #696969. Windows color (decimal): -12553057 or 10449984. OLE color: 10449984.

HSL color Cylindrical-coordinate representation of color #40749F: hue angle of 207.16º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40749F is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 116 159 -
CMYK 0.60 0.27 0 0.38
HSL 207.16º 0.43% 0.44% -
HSV(B) 207.16º 0.6% 0.62% -
XYZ 14.62 16.08 35.13 -
YUV 105.35 158.27 98.5 -
System Red Green Blue C M Y K H S L
Decimal 64 116 159 0.60 0.27 0 0.38 207.16 0.43 0.44
Hex 40 74 9F 3C 1B 0 26 CF 2B 2C
Octal 100 164 237 74 33 0 46 317 53 54
Binary 1000000 1110100 10011111 111100 11011 0 100110 11001111 101011 101100

Color Harmonies of #40749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40749F

Black with #40749F

Text Example


Text Example

White with #40749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40749F; }

 p { color: rgb(64,116,159); }

 H1.HeaderClassName
 {
   color: #40749F;
 }
 .AnyTagClassName
 {
   color: #40749F;
 }
</style>

background-color css

<style>
 a { background-color: #40749F; }

 a { background-color: rgb(64,116,159); }

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

border-color css

<style>
 span { border-color: #40749F; }

 span { border-color: rgb(64,116,159); }

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