Html Css Color HEX #42739D Lochmara

📋 copy color: '#42739D'

red 66 ◦ green 115 ◦ blue 157

#42739D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #42739D

Tints of Lochmara #42739D

RGB

 RED value IS 66 (26.17% from 255) = 19.53%

 GREEN value IS 115 (45.31% from 255) = 34.02%

 BLUE value IS 157 (61.72% from 255) = 46.45%

R = 19.53%
G = 34.02%
B = 46.45%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42739D (or 0x42739D) is known color: Lochmara. HEX triplet: 42, 73 and 9D. RGB value is (66,115,157). Sum of RGB (Red+Green+Blue) = 66+115+157=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #42739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42739D is #BD8C62. Grayscale: #686868. Windows color (decimal): -12422243 or 10318658. OLE color: 10318658.

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

Color convert

RGB 66 115 157 -
CMYK 0.58 0.27 0 0.38
HSL 207.69º 0.41% 0.44% -
HSV(B) 207.69º 0.58% 0.62% -
XYZ 14.46 15.85 34.2 -
YUV 105.14 157.27 100.08 -
System Red Green Blue C M Y K H S L
Decimal 66 115 157 0.58 0.27 0 0.38 207.69 0.41 0.44
Hex 42 73 9D 3A 1B 0 26 D0 29 2C
Octal 102 163 235 72 33 0 46 320 51 54
Binary 1000010 1110011 10011101 111010 11011 0 100110 11010000 101001 101100

Color Harmonies of #42739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42739D

Black with #42739D

Text Example


Text Example

White with #42739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42739D;
 }
 .AnyTagClassName
 {
   color: #42739D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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