Html Css Color HEX #40729F Lochmara

📋 copy color: '#40729F'

red 64 ◦ green 114 ◦ blue 159

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

Shades of Lochmara #40729F

Tints of Lochmara #40729F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

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

R = 18.99%
G = 33.83%
B = 47.18%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40729F (or 0x40729F) is known color: Lochmara. HEX triplet: 40, 72 and 9F. RGB value is (64,114,159). Sum of RGB (Red+Green+Blue) = 64+114+159=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #40729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40729F is #BF8D60. Grayscale: #676767. Windows color (decimal): -12553569 or 10449472. OLE color: 10449472.

HSL color Cylindrical-coordinate representation of color #40729F: hue angle of 208.42º 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 #40729F is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 114 159 -
CMYK 0.60 0.28 0 0.38
HSL 208.42º 0.43% 0.44% -
HSV(B) 208.42º 0.6% 0.62% -
XYZ 14.39 15.63 35.06 -
YUV 104.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 64 114 159 0.60 0.28 0 0.38 208.42 0.43 0.44
Hex 40 72 9F 3C 1C 0 26 D0 2B 2C
Octal 100 162 237 74 34 0 46 320 53 54
Binary 1000000 1110010 10011111 111100 11100 0 100110 11010000 101011 101100

Color Harmonies of #40729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40729F

Black with #40729F

Text Example


Text Example

White with #40729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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