Html Css Color HEX #40759F Lochmara

📋 copy color: '#40759F'

red 64 ◦ green 117 ◦ blue 159

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

Shades of Lochmara #40759F

Tints of Lochmara #40759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 159 (62.5% from 255) = 46.76%

R = 18.82%
G = 34.41%
B = 46.76%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40759F (or 0x40759F) is known color: Lochmara. HEX triplet: 40, 75 and 9F. RGB value is (64,117,159). Sum of RGB (Red+Green+Blue) = 64+117+159=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #40759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40759F is #BF8A60. Grayscale: #696969. Windows color (decimal): -12552801 or 10450240. OLE color: 10450240.

HSL color Cylindrical-coordinate representation of color #40759F: hue angle of 206.53º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40759F is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 117 159 -
CMYK 0.60 0.26 0 0.38
HSL 206.53º 0.43% 0.44% -
HSV(B) 206.53º 0.6% 0.62% -
XYZ 14.73 16.32 35.17 -
YUV 105.94 157.94 98.08 -
System Red Green Blue C M Y K H S L
Decimal 64 117 159 0.60 0.26 0 0.38 206.53 0.43 0.44
Hex 40 75 9F 3C 1A 0 26 CF 2B 2C
Octal 100 165 237 74 32 0 46 317 53 54
Binary 1000000 1110101 10011111 111100 11010 0 100110 11001111 101011 101100

Color Harmonies of #40759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40759F

Black with #40759F

Text Example


Text Example

White with #40759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40759F; }

 p { color: rgb(64,117,159); }

 H1.HeaderClassName
 {
   color: #40759F;
 }
 .AnyTagClassName
 {
   color: #40759F;
 }
</style>

background-color css

<style>
 a { background-color: #40759F; }

 a { background-color: rgb(64,117,159); }

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

border-color css

<style>
 span { border-color: #40759F; }

 span { border-color: rgb(64,117,159); }

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