#42759D

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

Shades of Lochmara #42759D

Tints of Lochmara #42759D

Color information

#42759D (or 0x42759D) is unknown color: approx Lochmara. HEX triplet: 42, 75 and 9D. RGB value is (66,117,157). Sum of RGB (Red+Green+Blue) = 66+117+157=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #42759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42759D is #BD8A62. Grayscale: #6A6A6A. Windows color (decimal): -12421731 or 10319170. OLE color: 10319170.

HSL color Cylindrical-coordinate representation of color #42759D: hue angle of 206.37º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42759D is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66117157-
CMYK0.580.2500.38
HSL206.37º40.81%43.73%-
HSV(B)206.37º57.96%61.57%-
XYZ14.6916.3234.27-
YUV106.31156.699.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 157 (61.72% from 255) = 46.18%
R=19.41%
G=34.41%
B=46.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661171570.580.2500.38206.3740.8143.73
Hex42759D3A19026ce292c
Octal10216523572310463165154
Binary100001011101011001110111101011001010011011001110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,117,157); }

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

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

 a { background-color: rgb(66,117,157); }

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

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

 span { border-color: rgb(66,117,157); }

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