Html Css Color HEX #40779D Lochmara

📋 copy color: '#40779D'

red 64 ◦ green 119 ◦ blue 157

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

Shades of Lochmara #40779D

Tints of Lochmara #40779D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.18%

R = 18.82%
G = 35%
B = 46.18%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40779D (or 0x40779D) is known color: Lochmara. HEX triplet: 40, 77 and 9D. RGB value is (64,119,157). Sum of RGB (Red+Green+Blue) = 64+119+157=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #40779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40779D is #BF8862. Grayscale: #6A6A6A. Windows color (decimal): -12552291 or 10319680. OLE color: 10319680.

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

Color convert

RGB 64 119 157 -
CMYK 0.59 0.24 0 0.38
HSL 204.52º 0.42% 0.43% -
HSV(B) 204.52º 0.59% 0.62% -
XYZ 14.8 16.72 34.35 -
YUV 106.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 64 119 157 0.59 0.24 0 0.38 204.52 0.42 0.43
Hex 40 77 9D 3B 18 0 26 CD 2A 2B
Octal 100 167 235 73 30 0 46 315 52 53
Binary 1000000 1110111 10011101 111011 11000 0 100110 11001101 101010 101011

Color Harmonies of #40779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40779D

Black with #40779D

Text Example


Text Example

White with #40779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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