Html Css Color HEX #40759D Lochmara

📋 copy color: '#40759D'

red 64 ◦ green 117 ◦ blue 157

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

Shades of Lochmara #40759D

Tints of Lochmara #40759D

RGB

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

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

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

R = 18.93%
G = 34.62%
B = 46.45%

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

#40759D (or 0x40759D) is known color: Lochmara. HEX triplet: 40, 75 and 9D. RGB value is (64,117,157). Sum of RGB (Red+Green+Blue) = 64+117+157=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #40759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40759D is #BF8A62. Grayscale: #696969. Windows color (decimal): -12552803 or 10319168. OLE color: 10319168.

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

Color convert

RGB 64 117 157 -
CMYK 0.59 0.25 0 0.38
HSL 205.81º 0.42% 0.43% -
HSV(B) 205.81º 0.59% 0.62% -
XYZ 14.56 16.25 34.27 -
YUV 105.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 64 117 157 0.59 0.25 0 0.38 205.81 0.42 0.43
Hex 40 75 9D 3B 19 0 26 CE 2A 2B
Octal 100 165 235 73 31 0 46 316 52 53
Binary 1000000 1110101 10011101 111011 11001 0 100110 11001110 101010 101011

Color Harmonies of #40759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40759D

Black with #40759D

Text Example


Text Example

White with #40759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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