#41779F

Color #41779F Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #41779F

Tints of Lochmara #41779F

Color information

#41779F (or 0x41779F) is unknown color: approx Lochmara. HEX triplet: 41, 77 and 9F. RGB value is (65,119,159). Sum of RGB (Red+Green+Blue) = 65+119+159=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #41779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41779F is #BE8860. Grayscale: #6B6B6B. Windows color (decimal): -12486753 or 10450753. OLE color: 10450753.

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

Color convert

RGB65119159-
CMYK0.590.2500.38
HSL205.53º41.96%43.92%-
HSV(B)205.53º59.12%62.35%-
XYZ15.0316.8235.26-
YUV107.41157.1197.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 159 (62.5% from 255) = 46.36%
R=18.95%
G=34.69%
B=46.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651191590.590.2500.38205.5341.9643.92
Hex41779F3B19026ce2a2c
Octal10116723773310463165254
Binary100000111101111001111111101111001010011011001110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41779F;
 }
 .AnyTagClassName
 {
   color: #41779F;
 }
</style>
background-color css

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

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

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

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

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

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