Html Css Color HEX #41779D Lochmara

📋 copy color: '#41779D'

red 65 ◦ green 119 ◦ blue 157

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

Shades of Lochmara #41779D

Tints of Lochmara #41779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

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

R = 19.06%
G = 34.9%
B = 46.04%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41779D (or 0x41779D) is known color: Lochmara. HEX triplet: 41, 77 and 9D. RGB value is (65,119,157). Sum of RGB (Red+Green+Blue) = 65+119+157=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #41779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41779D is #BE8862. Grayscale: #6A6A6A. Windows color (decimal): -12486755 or 10319681. OLE color: 10319681.

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

Color convert

RGB 65 119 157 -
CMYK 0.59 0.24 0 0.38
HSL 204.78º 0.41% 0.44% -
HSV(B) 204.78º 0.59% 0.62% -
XYZ 14.86 16.75 34.35 -
YUV 107.19 156.11 97.91 -
System Red Green Blue C M Y K H S L
Decimal 65 119 157 0.59 0.24 0 0.38 204.78 0.41 0.44
Hex 41 77 9D 3B 18 0 26 CD 29 2C
Octal 101 167 235 73 30 0 46 315 51 54
Binary 1000001 1110111 10011101 111011 11000 0 100110 11001101 101001 101100

Color Harmonies of #41779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41779D

Black with #41779D

Text Example


Text Example

White with #41779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,119,157); }

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

background-color css

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

 a { background-color: rgb(65,119,157); }

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

border-color css

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

 span { border-color: rgb(65,119,157); }

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