Html Css Color HEX #42749E Lochmara

📋 copy color: '#42749E'

red 66 ◦ green 116 ◦ blue 158

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

Shades of Lochmara #42749E

Tints of Lochmara #42749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

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

R = 19.41%
G = 34.12%
B = 46.47%

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

#42749E (or 0x42749E) is known color: Lochmara. HEX triplet: 42, 74 and 9E. RGB value is (66,116,158). Sum of RGB (Red+Green+Blue) = 66+116+158=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #42749E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42749E is #BD8B61. Grayscale: #696969. Windows color (decimal): -12421986 or 10384450. OLE color: 10384450.

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

Color convert

RGB 66 116 158 -
CMYK 0.58 0.27 0 0.38
HSL 207.39º 0.41% 0.44% -
HSV(B) 207.39º 0.58% 0.62% -
XYZ 14.66 16.12 34.69 -
YUV 105.84 157.44 99.58 -
System Red Green Blue C M Y K H S L
Decimal 66 116 158 0.58 0.27 0 0.38 207.39 0.41 0.44
Hex 42 74 9E 3A 1B 0 26 CF 29 2C
Octal 102 164 236 72 33 0 46 317 51 54
Binary 1000010 1110100 10011110 111010 11011 0 100110 11001111 101001 101100

Color Harmonies of #42749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42749E

Black with #42749E

Text Example


Text Example

White with #42749E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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