Html Css Color HEX #42759E Lochmara

📋 copy color: '#42759E'

red 66 ◦ green 117 ◦ blue 158

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

Shades of Lochmara #42759E

Tints of Lochmara #42759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.31%

 BLUE value IS 158 (62.11% from 255) = 46.33%

R = 19.35%
G = 34.31%
B = 46.33%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42759E (or 0x42759E) is known color: Lochmara. HEX triplet: 42, 75 and 9E. RGB value is (66,117,158). Sum of RGB (Red+Green+Blue) = 66+117+158=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #42759E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42759E is #BD8A61. Grayscale: #6A6A6A. Windows color (decimal): -12421730 or 10384706. OLE color: 10384706.

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

Color convert

RGB 66 117 158 -
CMYK 0.58 0.26 0 0.38
HSL 206.74º 0.41% 0.44% -
HSV(B) 206.74º 0.58% 0.62% -
XYZ 14.78 16.35 34.72 -
YUV 106.43 157.1 99.17 -
System Red Green Blue C M Y K H S L
Decimal 66 117 158 0.58 0.26 0 0.38 206.74 0.41 0.44
Hex 42 75 9E 3A 1A 0 26 CF 29 2C
Octal 102 165 236 72 32 0 46 317 51 54
Binary 1000010 1110101 10011110 111010 11010 0 100110 11001111 101001 101100

Color Harmonies of #42759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42759E

Black with #42759E

Text Example


Text Example

White with #42759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42759E;
 }
 .AnyTagClassName
 {
   color: #42759E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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