Html Css Color HEX #4C8D7E Lochinvar

📋 copy color: '#4C8D7E'

red 76 ◦ green 141 ◦ blue 126

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

Shades of Lochinvar #4C8D7E

Tints of Lochinvar #4C8D7E

RGB

 RED value IS 76 (30.08% from 255) = 22.16%

 GREEN value IS 141 (55.47% from 255) = 41.11%

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 22.16%
G = 41.11%
B = 36.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#4C8D7E (or 0x4C8D7E) is known color: Lochinvar. HEX triplet: 4C, 8D and 7E. RGB value is (76,141,126). Sum of RGB (Red+Green+Blue) = 76+141+126=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8D7E is #B37281. Grayscale: #777777. Windows color (decimal): -11760258 or 8293708. OLE color: 8293708.

HSL color Cylindrical-coordinate representation of color #4C8D7E: hue angle of 166.15º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8D7E is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 141 126 -
CMYK 0.46 0 0.11 0.45
HSL 166.15º 0.3% 0.43% -
HSV(B) 166.15º 0.46% 0.55% -
XYZ 16.27 22.09 23.15 -
YUV 119.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 76 141 126 0.46 0 0.11 0.45 166.15 0.3 0.43
Hex 4C 8D 7E 2E 0 B 2D A6 1E 2B
Octal 114 215 176 56 0 13 55 246 36 53
Binary 1001100 10001101 1111110 101110 0 1011 101101 10100110 11110 101011

Color Harmonies of #4C8D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8D7E

Black with #4C8D7E

Text Example


Text Example

White with #4C8D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C8D7E; }

 p { color: rgb(76,141,126); }

 H1.HeaderClassName
 {
   color: #4C8D7E;
 }
 .AnyTagClassName
 {
   color: #4C8D7E;
 }
</style>

background-color css

<style>
 a { background-color: #4C8D7E; }

 a { background-color: rgb(76,141,126); }

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

border-color css

<style>
 span { border-color: #4C8D7E; }

 span { border-color: rgb(76,141,126); }

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