Html Css Color HEX #40769D Lochmara

📋 copy color: '#40769D'

red 64 ◦ green 118 ◦ blue 157

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

Shades of Lochmara #40769D

Tints of Lochmara #40769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.81%

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

R = 18.88%
G = 34.81%
B = 46.31%

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

#40769D (or 0x40769D) is known color: Lochmara. HEX triplet: 40, 76 and 9D. RGB value is (64,118,157). Sum of RGB (Red+Green+Blue) = 64+118+157=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #40769D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40769D is #BF8962. Grayscale: #6A6A6A. Windows color (decimal): -12552547 or 10319424. OLE color: 10319424.

HSL color Cylindrical-coordinate representation of color #40769D: hue angle of 205.16º 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 #40769D is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 118 157 -
CMYK 0.59 0.25 0 0.38
HSL 205.16º 0.42% 0.43% -
HSV(B) 205.16º 0.59% 0.62% -
XYZ 14.68 16.48 34.31 -
YUV 106.3 156.61 97.83 -
System Red Green Blue C M Y K H S L
Decimal 64 118 157 0.59 0.25 0 0.38 205.16 0.42 0.43
Hex 40 76 9D 3B 19 0 26 CD 2A 2B
Octal 100 166 235 73 31 0 46 315 52 53
Binary 1000000 1110110 10011101 111011 11001 0 100110 11001101 101010 101011

Color Harmonies of #40769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40769D

Black with #40769D

Text Example


Text Example

White with #40769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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