#42739F

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

Shades of Lochmara #42739F

Tints of Lochmara #42739F

Color information

#42739F (or 0x42739F) is unknown color: approx Lochmara. HEX triplet: 42, 73 and 9F. RGB value is (66,115,159). Sum of RGB (Red+Green+Blue) = 66+115+159=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #42739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42739F is #BD8C60. Grayscale: #696969. Windows color (decimal): -12422241 or 10449730. OLE color: 10449730.

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

Color convert

RGB66115159-
CMYK0.580.2800.38
HSL208.39º41.33%44.12%-
HSV(B)208.39º58.49%62.35%-
XYZ14.6415.9235.1-
YUV105.36158.2799.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 159 (62.5% from 255) = 46.76%
R=19.41%
G=33.82%
B=46.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661151590.580.2800.38208.3941.3344.12
Hex42739F3A1C026d0292c
Octal10216323772340463205154
Binary100001011100111001111111101011100010011011010000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,115,159); }

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

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

 a { background-color: rgb(66,115,159); }

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

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

 span { border-color: rgb(66,115,159); }

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