Html Css Color HEX #41739E Lochmara

📋 copy color: '#41739E'

red 65 ◦ green 115 ◦ blue 158

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

Shades of Lochmara #41739E

Tints of Lochmara #41739E

RGB

 RED value IS 65 (25.78% from 255) = 19.23%

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

 BLUE value IS 158 (62.11% from 255) = 46.75%

R = 19.23%
G = 34.02%
B = 46.75%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41739E (or 0x41739E) is known color: Lochmara. HEX triplet: 41, 73 and 9E. RGB value is (65,115,158). Sum of RGB (Red+Green+Blue) = 65+115+158=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #41739E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41739E is #BE8C61. Grayscale: #686868. Windows color (decimal): -12487778 or 10384193. OLE color: 10384193.

HSL color Cylindrical-coordinate representation of color #41739E: hue angle of 207.74º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41739E is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 115 158 -
CMYK 0.59 0.27 0 0.38
HSL 207.74º 0.42% 0.44% -
HSV(B) 207.74º 0.59% 0.62% -
XYZ 14.48 15.85 34.64 -
YUV 104.95 157.94 99.5 -
System Red Green Blue C M Y K H S L
Decimal 65 115 158 0.59 0.27 0 0.38 207.74 0.42 0.44
Hex 41 73 9E 3B 1B 0 26 D0 2A 2C
Octal 101 163 236 73 33 0 46 320 52 54
Binary 1000001 1110011 10011110 111011 11011 0 100110 11010000 101010 101100

Color Harmonies of #41739E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41739E

Black with #41739E

Text Example


Text Example

White with #41739E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41739E; }

 p { color: rgb(65,115,158); }

 H1.HeaderClassName
 {
   color: #41739E;
 }
 .AnyTagClassName
 {
   color: #41739E;
 }
</style>

background-color css

<style>
 a { background-color: #41739E; }

 a { background-color: rgb(65,115,158); }

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

border-color css

<style>
 span { border-color: #41739E; }

 span { border-color: rgb(65,115,158); }

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