Html Css Color HEX #42779F Lochmara

📋 copy color: '#42779F'

red 66 ◦ green 119 ◦ blue 159

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

Shades of Lochmara #42779F

Tints of Lochmara #42779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.59%

 BLUE value IS 159 (62.5% from 255) = 46.22%

R = 19.19%
G = 34.59%
B = 46.22%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42779F (or 0x42779F) is known color: Lochmara. HEX triplet: 42, 77 and 9F. RGB value is (66,119,159). Sum of RGB (Red+Green+Blue) = 66+119+159=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 119 (46.88% from 255 or 34.59% 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 #42779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42779F is #BD8860. Grayscale: #6B6B6B. Windows color (decimal): -12421217 or 10450754. OLE color: 10450754.

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

Color convert

RGB 66 119 159 -
CMYK 0.58 0.25 0 0.38
HSL 205.81º 0.41% 0.44% -
HSV(B) 205.81º 0.58% 0.62% -
XYZ 15.1 16.86 35.26 -
YUV 107.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 66 119 159 0.58 0.25 0 0.38 205.81 0.41 0.44
Hex 42 77 9F 3A 19 0 26 CE 29 2C
Octal 102 167 237 72 31 0 46 316 51 54
Binary 1000010 1110111 10011111 111010 11001 0 100110 11001110 101001 101100

Color Harmonies of #42779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42779F

Black with #42779F

Text Example


Text Example

White with #42779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42779F;
 }
 .AnyTagClassName
 {
   color: #42779F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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