Html Css Color HEX #40739B Lochmara

📋 copy color: '#40739B'

red 64 ◦ green 115 ◦ blue 155

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

Shades of Lochmara #40739B

Tints of Lochmara #40739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 19.16%
G = 34.43%
B = 46.41%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40739B (or 0x40739B) is known color: Lochmara. HEX triplet: 40, 73 and 9B. RGB value is (64,115,155). Sum of RGB (Red+Green+Blue) = 64+115+155=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #40739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40739B is #BF8C64. Grayscale: #686868. Windows color (decimal): -12553317 or 10187584. OLE color: 10187584.

HSL color Cylindrical-coordinate representation of color #40739B: hue angle of 206.37º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40739B is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 115 155 -
CMYK 0.59 0.26 0 0.39
HSL 206.37º 0.42% 0.43% -
HSV(B) 206.37º 0.59% 0.61% -
XYZ 14.16 15.72 33.3 -
YUV 104.31 156.6 99.25 -
System Red Green Blue C M Y K H S L
Decimal 64 115 155 0.59 0.26 0 0.39 206.37 0.42 0.43
Hex 40 73 9B 3B 1A 0 27 CE 2A 2B
Octal 100 163 233 73 32 0 47 316 52 53
Binary 1000000 1110011 10011011 111011 11010 0 100111 11001110 101010 101011

Color Harmonies of #40739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40739B

Black with #40739B

Text Example


Text Example

White with #40739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40739B; }

 p { color: rgb(64,115,155); }

 H1.HeaderClassName
 {
   color: #40739B;
 }
 .AnyTagClassName
 {
   color: #40739B;
 }
</style>

background-color css

<style>
 a { background-color: #40739B; }

 a { background-color: rgb(64,115,155); }

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

border-color css

<style>
 span { border-color: #40739B; }

 span { border-color: rgb(64,115,155); }

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