Html Css Color HEX #42947C Lochinvar

📋 copy color: '#42947C'

red 66 ◦ green 148 ◦ blue 124

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

Shades of Lochinvar #42947C

Tints of Lochinvar #42947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.79%

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 19.53%
G = 43.79%
B = 36.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#42947C (or 0x42947C) is known color: Lochinvar. HEX triplet: 42, 94 and 7C. RGB value is (66,148,124). Sum of RGB (Red+Green+Blue) = 66+148+124=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #42947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42947C is #BD6B83. Grayscale: #787878. Windows color (decimal): -12413828 or 8164418. OLE color: 8164418.

HSL color Cylindrical-coordinate representation of color #42947C: hue angle of 162.44º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42947C is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 124 -
CMYK 0.55 0 0.16 0.42
HSL 162.44º 0.38% 0.42% -
HSV(B) 162.44º 0.55% 0.58% -
XYZ 16.47 23.79 22.79 -
YUV 120.75 129.83 88.95 -
System Red Green Blue C M Y K H S L
Decimal 66 148 124 0.55 0 0.16 0.42 162.44 0.38 0.42
Hex 42 94 7C 37 0 10 2A A2 26 2A
Octal 102 224 174 67 0 20 52 242 46 52
Binary 1000010 10010100 1111100 110111 0 10000 101010 10100010 100110 101010

Color Harmonies of #42947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42947C

Black with #42947C

Text Example


Text Example

White with #42947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42947C; }

 p { color: rgb(66,148,124); }

 H1.HeaderClassName
 {
   color: #42947C;
 }
 .AnyTagClassName
 {
   color: #42947C;
 }
</style>

background-color css

<style>
 a { background-color: #42947C; }

 a { background-color: rgb(66,148,124); }

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

border-color css

<style>
 span { border-color: #42947C; }

 span { border-color: rgb(66,148,124); }

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