Html Css Color HEX #40779E Lochmara

📋 copy color: '#40779E'

red 64 ◦ green 119 ◦ blue 158

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

Shades of Lochmara #40779E

Tints of Lochmara #40779E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

 BLUE value IS 158 (62.11% from 255) = 46.33%

R = 18.77%
G = 34.9%
B = 46.33%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40779E (or 0x40779E) is known color: Lochmara. HEX triplet: 40, 77 and 9E. RGB value is (64,119,158). Sum of RGB (Red+Green+Blue) = 64+119+158=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #40779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40779E is #BF8861. Grayscale: #6A6A6A. Windows color (decimal): -12552290 or 10385216. OLE color: 10385216.

HSL color Cylindrical-coordinate representation of color #40779E: hue angle of 204.89º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40779E is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 119 158 -
CMYK 0.59 0.25 0 0.38
HSL 204.89º 0.42% 0.44% -
HSV(B) 204.89º 0.59% 0.62% -
XYZ 14.88 16.75 34.8 -
YUV 107 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 64 119 158 0.59 0.25 0 0.38 204.89 0.42 0.44
Hex 40 77 9E 3B 19 0 26 CD 2A 2C
Octal 100 167 236 73 31 0 46 315 52 54
Binary 1000000 1110111 10011110 111011 11001 0 100110 11001101 101010 101100

Color Harmonies of #40779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40779E

Black with #40779E

Text Example


Text Example

White with #40779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40779E; }

 p { color: rgb(64,119,158); }

 H1.HeaderClassName
 {
   color: #40779E;
 }
 .AnyTagClassName
 {
   color: #40779E;
 }
</style>

background-color css

<style>
 a { background-color: #40779E; }

 a { background-color: rgb(64,119,158); }

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

border-color css

<style>
 span { border-color: #40779E; }

 span { border-color: rgb(64,119,158); }

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