Html Css Color HEX #40749D Lochmara

📋 copy color: '#40749D'

red 64 ◦ green 116 ◦ blue 157

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

Shades of Lochmara #40749D

Tints of Lochmara #40749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.42%

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

R = 18.99%
G = 34.42%
B = 46.59%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40749D (or 0x40749D) is known color: Lochmara. HEX triplet: 40, 74 and 9D. RGB value is (64,116,157). Sum of RGB (Red+Green+Blue) = 64+116+157=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #40749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40749D is #BF8B62. Grayscale: #686868. Windows color (decimal): -12553059 or 10318912. OLE color: 10318912.

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

Color convert

RGB 64 116 157 -
CMYK 0.59 0.26 0 0.38
HSL 206.45º 0.42% 0.43% -
HSV(B) 206.45º 0.59% 0.62% -
XYZ 14.45 16.02 34.23 -
YUV 105.13 157.27 98.67 -
System Red Green Blue C M Y K H S L
Decimal 64 116 157 0.59 0.26 0 0.38 206.45 0.42 0.43
Hex 40 74 9D 3B 1A 0 26 CE 2A 2B
Octal 100 164 235 73 32 0 46 316 52 53
Binary 1000000 1110100 10011101 111011 11010 0 100110 11001110 101010 101011

Color Harmonies of #40749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40749D

Black with #40749D

Text Example


Text Example

White with #40749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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