#41789F

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

Shades of Lochmara #41789F

Tints of Lochmara #41789F

Color information

#41789F (or 0x41789F) is unknown color: approx Lochmara. HEX triplet: 41, 78 and 9F. RGB value is (65,120,159). Sum of RGB (Red+Green+Blue) = 65+120+159=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #41789F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41789F is #BE8760. Grayscale: #6B6B6B. Windows color (decimal): -12486497 or 10451009. OLE color: 10451009.

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

Color convert

RGB65120159-
CMYK0.590.2500.38
HSL204.89º41.96%43.92%-
HSV(B)204.89º59.12%62.35%-
XYZ15.1517.0635.3-
YUV108156.7897.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 120 (47.27% from 255) = 34.88%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=18.90%
G=34.88%
B=46.22%

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
Decimal651201590.590.2500.38204.8941.9643.92
Hex41789F3B19026cd2a2c
Octal10117023773310463155254
Binary100000111110001001111111101111001010011011001101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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