#41779D

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

Shades of Lochmara #41779D

Tints of Lochmara #41779D

Color information

#41779D (or 0x41779D) is unknown color: approx 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

RGB65119157-
CMYK0.590.2400.38
HSL204.78º41.44%43.53%-
HSV(B)204.78º58.6%61.57%-
XYZ14.8616.7534.35-
YUV107.19156.1197.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.06%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 157 (61.72% from 255) = 46.04%
R=19.06%
G=34.90%
B=46.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651191570.590.2400.38204.7841.4443.53
Hex41779D3B18026cd292c
Octal10116723573300463155154
Binary100000111101111001110111101111000010011011001101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>