Html Css Color HEX #42729D Lochmara

📋 copy color: '#42729D'

red 66 ◦ green 114 ◦ blue 157

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

Shades of Lochmara #42729D

Tints of Lochmara #42729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

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

R = 19.58%
G = 33.83%
B = 46.59%

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

#42729D (or 0x42729D) is known color: Lochmara. HEX triplet: 42, 72 and 9D. RGB value is (66,114,157). Sum of RGB (Red+Green+Blue) = 66+114+157=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #42729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42729D is #BD8D62. Grayscale: #686868. Windows color (decimal): -12422499 or 10318402. OLE color: 10318402.

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

Color convert

RGB 66 114 157 -
CMYK 0.58 0.27 0 0.38
HSL 208.35º 0.41% 0.44% -
HSV(B) 208.35º 0.58% 0.62% -
XYZ 14.35 15.63 34.16 -
YUV 104.55 157.6 100.5 -
System Red Green Blue C M Y K H S L
Decimal 66 114 157 0.58 0.27 0 0.38 208.35 0.41 0.44
Hex 42 72 9D 3A 1B 0 26 D0 29 2C
Octal 102 162 235 72 33 0 46 320 51 54
Binary 1000010 1110010 10011101 111010 11011 0 100110 11010000 101001 101100

Color Harmonies of #42729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42729D

Black with #42729D

Text Example


Text Example

White with #42729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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